Class CommentReplyBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CommentReplyBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.AspNetMvc.Spreadsheet.dll
Syntax
public class CommentReplyBuilder : ControlBuilder
Constructors
CommentReplyBuilder()
Declaration
public CommentReplyBuilder()
CommentReplyBuilder(List<CommentReply>)
Declaration
public CommentReplyBuilder(List<CommentReply> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<CommentReply> | collection |
Methods
Add()
Declaration
public void Add()
Author(String)
Specifies the author of the reply. If not set, the reply will not display an author name.
Declaration
public CommentReplyBuilder Author(string author)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | author |
Returns
| Type |
|---|
| CommentReplyBuilder |
CreatedTime(String)
Indicates the date and time when the reply was created. If not set, the reply will not show a time-stamp.
Declaration
public CommentReplyBuilder CreatedTime(string createdTime)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | createdTime |
Returns
| Type |
|---|
| CommentReplyBuilder |
Text(String)
Defines the text content of the reply.
Declaration
public CommentReplyBuilder Text(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text |
Returns
| Type |
|---|
| CommentReplyBuilder |