DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.CommentHistoryResult Class Reference

CommentHistoryResult More...

Inheritance diagram for DocuSign.eSign.Model.CommentHistoryResult:

Public Member Functions

 CommentHistoryResult (List< Comment > Comments=default(List< Comment >), int? Count=default(int?), string EndTimetoken=default(string), string StartTimetoken=default(string))
 Initializes a new instance of the CommentHistoryResult class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (CommentHistoryResult other)
 Returns true if CommentHistoryResult instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< CommentComments [get, set]
 Gets or Sets Comments More...
 
int Count [get, set]
 Gets or Sets Count More...
 
string EndTimetoken [get, set]
 Gets or Sets EndTimetoken More...
 
string StartTimetoken [get, set]
 Gets or Sets StartTimetoken More...
 

Detailed Description

CommentHistoryResult

Constructor & Destructor Documentation

◆ CommentHistoryResult()

DocuSign.eSign.Model.CommentHistoryResult.CommentHistoryResult ( List< Comment Comments = default(List<Comment>),
int?  Count = default(int?),
string  EndTimetoken = default(string),
string  StartTimetoken = default(string) 
)
inline

Initializes a new instance of the CommentHistoryResult class.

Parameters
CommentsComments.
CountCount.
EndTimetokenEndTimetoken.
StartTimetokenStartTimetoken.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.CommentHistoryResult.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.CommentHistoryResult.Equals ( CommentHistoryResult  other)
inline

Returns true if CommentHistoryResult instances are equal

Parameters
otherInstance of CommentHistoryResult to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.CommentHistoryResult.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.CommentHistoryResult.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.CommentHistoryResult.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Comments

List<Comment> DocuSign.eSign.Model.CommentHistoryResult.Comments
getset

Gets or Sets Comments

◆ Count

int DocuSign.eSign.Model.CommentHistoryResult.Count
getset

Gets or Sets Count

◆ EndTimetoken

string DocuSign.eSign.Model.CommentHistoryResult.EndTimetoken
getset

Gets or Sets EndTimetoken

◆ StartTimetoken

string DocuSign.eSign.Model.CommentHistoryResult.StartTimetoken
getset

Gets or Sets StartTimetoken


The documentation for this class was generated from the following file: