Comment
More...
|
| | 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) |
| |
|
| 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'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...
|
| |
◆ 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
-
| EnvelopeId | The envelope ID of the envelope status that failed to post.. |
| Hmac | Hmac. |
| Id | Id. |
| Mentions | Mentions. |
| Read | Read. |
| SentByEmail | SentByEmail. |
| SentByFullName | SentByFullName. |
| SentByImageId | SentByImageId. |
| SentByInitials | SentByInitials. |
| SentByRecipientId | SentByRecipientId. |
| SentByUserId | SentByUserId. |
| SigningGroupId | When set to true and the feature is enabled in the sender'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 | The display name for the signing group. Maximum Length: 100 characters. . |
| Subject | Subject. |
| TabId | The unique identifier for the tab. The tabid can be retrieved with the [ML:GET call]. . |
| Text | Text. |
| ThreadId | ThreadId. |
| ThreadOriginatorId | ThreadOriginatorId. |
| Timestamp | Timestamp. |
| TimeStampFormatted | TimeStampFormatted. |
| VisibleTo | VisibleTo. |
◆ Equals() [1/2]
| override bool DocuSign.eSign.Model.Comment.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| bool DocuSign.eSign.Model.Comment.Equals |
( |
Comment |
other | ) |
|
|
inline |
Returns true if Comment instances are equal
- Parameters
-
| other | Instance 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
◆ 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 |
◆ Id
| string DocuSign.eSign.Model.Comment.Id |
|
getset |
◆ Mentions
| List<string> DocuSign.eSign.Model.Comment.Mentions |
|
getset |
◆ Read
| bool DocuSign.eSign.Model.Comment.Read |
|
getset |
◆ SentByEmail
| string DocuSign.eSign.Model.Comment.SentByEmail |
|
getset |
◆ 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'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'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 |
◆ 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 |
◆ ThreadId
| string DocuSign.eSign.Model.Comment.ThreadId |
|
getset |
◆ ThreadOriginatorId
| string DocuSign.eSign.Model.Comment.ThreadOriginatorId |
|
getset |
Gets or Sets ThreadOriginatorId
◆ Timestamp
| string DocuSign.eSign.Model.Comment.Timestamp |
|
getset |
◆ TimeStampFormatted
| string DocuSign.eSign.Model.Comment.TimeStampFormatted |
|
getset |
Gets or Sets TimeStampFormatted
◆ VisibleTo
| List<string> DocuSign.eSign.Model.Comment.VisibleTo |
|
getset |
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/Comment.cs