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

Comment More...

Inheritance diagram for DocuSign.eSign.Model.Comment:

Public Member Functions

 Comment (string EnvelopeId=default(string), string Hmac=default(string), string Id=default(string), List< string > Mentions=default(List< string >), bool? Read=default(bool?), string SentByEmail=default(string), string SentByFullName=default(string), string SentByImageId=default(string), string SentByInitials=default(string), string SentByRecipientId=default(string), string SentByUserId=default(string), string SigningGroupId=default(string), string SigningGroupName=default(string), string Subject=default(string), string TabId=default(string), string Text=default(string), string ThreadId=default(string), string ThreadOriginatorId=default(string), string Timestamp=default(string), string TimeStampFormatted=default(string), List< string > VisibleTo=default(List< string >))
 Initializes a new instance of the Comment 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 (Comment other)
 Returns true if Comment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string Hmac [get, set]
 Gets or Sets Hmac More...
 
string Id [get, set]
 Gets or Sets Id More...
 
List< string > Mentions [get, set]
 Gets or Sets Mentions More...
 
bool Read [get, set]
 Gets or Sets Read More...
 
string SentByEmail [get, set]
 Gets or Sets SentByEmail More...
 
string SentByFullName [get, set]
 Gets or Sets SentByFullName More...
 
string SentByImageId [get, set]
 Gets or Sets SentByImageId More...
 
string SentByInitials [get, set]
 Gets or Sets SentByInitials More...
 
string SentByRecipientId [get, set]
 Gets or Sets SentByRecipientId More...
 
string SentByUserId [get, set]
 Gets or Sets SentByUserId More...
 
string SigningGroupId [get, set]
 When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). More...
 
string SigningGroupName [get, set]
 The display name for the signing group. Maximum Length: 100 characters. More...
 
string Subject [get, set]
 Gets or Sets Subject More...
 
string TabId [get, set]
 The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. More...
 
string Text [get, set]
 Gets or Sets Text More...
 
string ThreadId [get, set]
 Gets or Sets ThreadId More...
 
string ThreadOriginatorId [get, set]
 Gets or Sets ThreadOriginatorId More...
 
string Timestamp [get, set]
 Gets or Sets Timestamp More...
 
string TimeStampFormatted [get, set]
 Gets or Sets TimeStampFormatted More...
 
List< string > VisibleTo [get, set]
 Gets or Sets VisibleTo More...
 

Detailed Description

Comment

Constructor & Destructor Documentation

◆ Comment()

DocuSign.eSign.Model.Comment.Comment ( string  EnvelopeId = default(string),
string  Hmac = default(string),
string  Id = default(string),
List< string >  Mentions = default(List<string>),
bool?  Read = default(bool?),
string  SentByEmail = default(string),
string  SentByFullName = default(string),
string  SentByImageId = default(string),
string  SentByInitials = default(string),
string  SentByRecipientId = default(string),
string  SentByUserId = default(string),
string  SigningGroupId = default(string),
string  SigningGroupName = default(string),
string  Subject = default(string),
string  TabId = default(string),
string  Text = default(string),
string  ThreadId = default(string),
string  ThreadOriginatorId = default(string),
string  Timestamp = default(string),
string  TimeStampFormatted = default(string),
List< string >  VisibleTo = default(List<string>) 
)
inline

Initializes a new instance of the Comment class.

Parameters
EnvelopeIdThe envelope ID of the envelope status that failed to post..
HmacHmac.
IdId.
MentionsMentions.
ReadRead.
SentByEmailSentByEmail.
SentByFullNameSentByFullName.
SentByImageIdSentByImageId.
SentByInitialsSentByInitials.
SentByRecipientIdSentByRecipientId.
SentByUserIdSentByUserId.
SigningGroupIdWhen set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once)..
SigningGroupNameThe display name for the signing group. Maximum Length: 100 characters. .
SubjectSubject.
TabIdThe unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. .
TextText.
ThreadIdThreadId.
ThreadOriginatorIdThreadOriginatorId.
TimestampTimestamp.
TimeStampFormattedTimeStampFormatted.
VisibleToVisibleTo.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Comment instances are equal

Parameters
otherInstance of Comment to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EnvelopeId

string DocuSign.eSign.Model.Comment.EnvelopeId
getset

The envelope ID of the envelope status that failed to post.

The envelope ID of the envelope status that failed to post.

◆ Hmac

string DocuSign.eSign.Model.Comment.Hmac
getset

Gets or Sets Hmac

◆ Id

string DocuSign.eSign.Model.Comment.Id
getset

Gets or Sets Id

◆ Mentions

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

Gets or Sets Mentions

◆ Read

bool DocuSign.eSign.Model.Comment.Read
getset

Gets or Sets Read

◆ SentByEmail

string DocuSign.eSign.Model.Comment.SentByEmail
getset

Gets or Sets SentByEmail

◆ SentByFullName

string DocuSign.eSign.Model.Comment.SentByFullName
getset

Gets or Sets SentByFullName

◆ SentByImageId

string DocuSign.eSign.Model.Comment.SentByImageId
getset

Gets or Sets SentByImageId

◆ SentByInitials

string DocuSign.eSign.Model.Comment.SentByInitials
getset

Gets or Sets SentByInitials

◆ SentByRecipientId

string DocuSign.eSign.Model.Comment.SentByRecipientId
getset

Gets or Sets SentByRecipientId

◆ SentByUserId

string DocuSign.eSign.Model.Comment.SentByUserId
getset

Gets or Sets SentByUserId

◆ SigningGroupId

string DocuSign.eSign.Model.Comment.SigningGroupId
getset

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

◆ SigningGroupName

string DocuSign.eSign.Model.Comment.SigningGroupName
getset

The display name for the signing group. Maximum Length: 100 characters.

The display name for the signing group. Maximum Length: 100 characters.

◆ Subject

string DocuSign.eSign.Model.Comment.Subject
getset

Gets or Sets Subject

◆ TabId

string DocuSign.eSign.Model.Comment.TabId
getset

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call].

◆ Text

string DocuSign.eSign.Model.Comment.Text
getset

Gets or Sets Text

◆ ThreadId

string DocuSign.eSign.Model.Comment.ThreadId
getset

Gets or Sets ThreadId

◆ ThreadOriginatorId

string DocuSign.eSign.Model.Comment.ThreadOriginatorId
getset

Gets or Sets ThreadOriginatorId

◆ Timestamp

string DocuSign.eSign.Model.Comment.Timestamp
getset

Gets or Sets Timestamp

◆ TimeStampFormatted

string DocuSign.eSign.Model.Comment.TimeStampFormatted
getset

Gets or Sets TimeStampFormatted

◆ VisibleTo

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

Gets or Sets VisibleTo


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