Class ThreadedCommentModel
Inheritance
System.Object
ThreadedCommentModel
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.EJ2.Spreadsheet.dll
Syntax
public class ThreadedCommentModel
Constructors
ThreadedCommentModel()
Declaration
public ThreadedCommentModel()
Properties
Address
Declaration
public int[] Address { get; set; }
Property Value
| Type |
|---|
| System.Int32[] |
Author
Declaration
public string Author { get; set; }
Property Value
| Type |
|---|
| System.String |
CreatedTime
Declaration
public string CreatedTime { get; set; }
Property Value
| Type |
|---|
| System.String |
IsResolved
Declaration
public bool IsResolved { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Replies
Declaration
public List<ThreadedCommentModel> Replies { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<ThreadedCommentModel> |
Text
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |