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

CommentPublish More...

Inheritance diagram for DocuSign.eSign.Model.CommentPublish:

Public Member Functions

 CommentPublish (string Id=default(string), List< string > Mentions=default(List< string >), string Text=default(string), Dictionary< string, string > ThreadAnchorKeys=default(Dictionary< string, string >), string ThreadId=default(string), List< string > VisibleTo=default(List< string >))
 Initializes a new instance of the CommentPublish 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 (CommentPublish other)
 Returns true if CommentPublish instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Id [get, set]
 Gets or Sets Id More...
 
List< string > Mentions [get, set]
 Gets or Sets Mentions More...
 
string Text [get, set]
 Gets or Sets Text More...
 
Dictionary< string, string > ThreadAnchorKeys [get, set]
 Gets or Sets ThreadAnchorKeys More...
 
string ThreadId [get, set]
 Gets or Sets ThreadId More...
 
List< string > VisibleTo [get, set]
 Gets or Sets VisibleTo More...
 

Detailed Description

CommentPublish

Constructor & Destructor Documentation

◆ CommentPublish()

DocuSign.eSign.Model.CommentPublish.CommentPublish ( string  Id = default(string),
List< string >  Mentions = default(List<string>),
string  Text = default(string),
Dictionary< string, string >  ThreadAnchorKeys = default(Dictionary<string, string>),
string  ThreadId = default(string),
List< string >  VisibleTo = default(List<string>) 
)
inline

Initializes a new instance of the CommentPublish class.

Parameters
IdId.
MentionsMentions.
TextText.
ThreadAnchorKeysThreadAnchorKeys.
ThreadIdThreadId.
VisibleToVisibleTo.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if CommentPublish instances are equal

Parameters
otherInstance of CommentPublish to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Id

string DocuSign.eSign.Model.CommentPublish.Id
getset

Gets or Sets Id

◆ Mentions

List<string> DocuSign.eSign.Model.CommentPublish.Mentions
getset

Gets or Sets Mentions

◆ Text

string DocuSign.eSign.Model.CommentPublish.Text
getset

Gets or Sets Text

◆ ThreadAnchorKeys

Dictionary<string, string> DocuSign.eSign.Model.CommentPublish.ThreadAnchorKeys
getset

Gets or Sets ThreadAnchorKeys

◆ ThreadId

string DocuSign.eSign.Model.CommentPublish.ThreadId
getset

Gets or Sets ThreadId

◆ VisibleTo

List<string> DocuSign.eSign.Model.CommentPublish.VisibleTo
getset

Gets or Sets VisibleTo


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