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

DocumentUpdateInfo More...

Inheritance diagram for DocuSign.eSign.Model.DocumentUpdateInfo:

Public Member Functions

 DocumentUpdateInfo (string Data=default(string), string DocumentId=default(string), DocumentSecurityStore DocumentSecurityStore=default(DocumentSecurityStore), string Name=default(string), string ReturnFormat=default(string), List< SignatureDataInfo > SignatureDataInfos=default(List< SignatureDataInfo >), TimeStampField TimeStampField=default(TimeStampField))
 Initializes a new instance of the DocumentUpdateInfo 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 (DocumentUpdateInfo other)
 Returns true if DocumentUpdateInfo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Data [get, set]
 Gets or Sets Data More...
 
string DocumentId [get, set]
 Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute. More...
 
DocumentSecurityStore DocumentSecurityStore [get, set]
 Gets or Sets DocumentSecurityStore More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string ReturnFormat [get, set]
 Gets or Sets ReturnFormat More...
 
List< SignatureDataInfoSignatureDataInfos [get, set]
 Gets or Sets SignatureDataInfos More...
 
TimeStampField TimeStampField [get, set]
 Gets or Sets TimeStampField More...
 

Detailed Description

DocumentUpdateInfo

Constructor & Destructor Documentation

◆ DocumentUpdateInfo()

DocuSign.eSign.Model.DocumentUpdateInfo.DocumentUpdateInfo ( string  Data = default(string),
string  DocumentId = default(string),
DocumentSecurityStore  DocumentSecurityStore = default(DocumentSecurityStore),
string  Name = default(string),
string  ReturnFormat = default(string),
List< SignatureDataInfo SignatureDataInfos = default(List<SignatureDataInfo>),
TimeStampField  TimeStampField = default(TimeStampField) 
)
inline

Initializes a new instance of the DocumentUpdateInfo class.

Parameters
DataData.
DocumentIdSpecifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..
DocumentSecurityStoreDocumentSecurityStore.
NameName.
ReturnFormatReturnFormat.
SignatureDataInfosSignatureDataInfos.
TimeStampFieldTimeStampField.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocumentUpdateInfo instances are equal

Parameters
otherInstance of DocumentUpdateInfo to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Data

string DocuSign.eSign.Model.DocumentUpdateInfo.Data
getset

Gets or Sets Data

◆ DocumentId

string DocuSign.eSign.Model.DocumentUpdateInfo.DocumentId
getset

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

◆ DocumentSecurityStore

DocumentSecurityStore DocuSign.eSign.Model.DocumentUpdateInfo.DocumentSecurityStore
getset

Gets or Sets DocumentSecurityStore

◆ Name

string DocuSign.eSign.Model.DocumentUpdateInfo.Name
getset

Gets or Sets Name

◆ ReturnFormat

string DocuSign.eSign.Model.DocumentUpdateInfo.ReturnFormat
getset

Gets or Sets ReturnFormat

◆ SignatureDataInfos

List<SignatureDataInfo> DocuSign.eSign.Model.DocumentUpdateInfo.SignatureDataInfos
getset

Gets or Sets SignatureDataInfos

◆ TimeStampField

TimeStampField DocuSign.eSign.Model.DocumentUpdateInfo.TimeStampField
getset

Gets or Sets TimeStampField


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