Class CommentAdv
Represents the CommentAdv class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class CommentAdv : Inline
Constructors
CommentAdv()
Initializes a new instance of the CommentAdv.
Declaration
public CommentAdv()
Properties
Author
Gets or sets the author of the CommentAdv.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Blocks
Gets the block collection of the CommentAdv.
Declaration
public List<BlockAdv> Blocks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BlockAdv> |
CommentId
Gets or sets the identifier of the CommentAdv.
Declaration
public int CommentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Date
Gets or sets the created System.DateTime of the CommentAdv.
Declaration
public DateTime Date { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Initial
Gets or sets the author's initial of the CommentAdv.
Declaration
public string Initial { get; set; }
Property Value
Type | Description |
---|---|
System.String |