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

TemplateUpdateSummary More...

Inheritance diagram for DocuSign.eSign.Model.TemplateUpdateSummary:

Public Member Functions

 TemplateUpdateSummary (BulkEnvelopeStatus BulkEnvelopeStatus=default(BulkEnvelopeStatus), string EnvelopeId=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), List< ListCustomField > ListCustomFieldUpdateResults=default(List< ListCustomField >), LockInformation LockInformation=default(LockInformation), string PurgeState=default(string), List< RecipientUpdateResponse > RecipientUpdateResults=default(List< RecipientUpdateResponse >), Tabs TabUpdateResults=default(Tabs), List< TextCustomField > TextCustomFieldUpdateResults=default(List< TextCustomField >))
 Initializes a new instance of the TemplateUpdateSummary 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 (TemplateUpdateSummary other)
 Returns true if TemplateUpdateSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

BulkEnvelopeStatus BulkEnvelopeStatus [get, set]
 An object that describes the status of the bulk send envelopes. More...
 
string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
List< ListCustomFieldListCustomFieldUpdateResults [get, set]
 Gets or Sets ListCustomFieldUpdateResults More...
 
LockInformation LockInformation [get, set]
 Provides lock information about an envelope that a user has locked. More...
 
string PurgeState [get, set]
 Gets or Sets PurgeState More...
 
List< RecipientUpdateResponseRecipientUpdateResults [get, set]
 Gets or Sets RecipientUpdateResults More...
 
Tabs TabUpdateResults [get, set]
 Gets or Sets TabUpdateResults More...
 
List< TextCustomFieldTextCustomFieldUpdateResults [get, set]
 Gets or Sets TextCustomFieldUpdateResults More...
 

Detailed Description

TemplateUpdateSummary

Constructor & Destructor Documentation

◆ TemplateUpdateSummary()

DocuSign.eSign.Model.TemplateUpdateSummary.TemplateUpdateSummary ( BulkEnvelopeStatus  BulkEnvelopeStatus = default(BulkEnvelopeStatus),
string  EnvelopeId = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
List< ListCustomField ListCustomFieldUpdateResults = default(List<ListCustomField>),
LockInformation  LockInformation = default(LockInformation),
string  PurgeState = default(string),
List< RecipientUpdateResponse RecipientUpdateResults = default(List<RecipientUpdateResponse>),
Tabs  TabUpdateResults = default(Tabs),
List< TextCustomField TextCustomFieldUpdateResults = default(List<TextCustomField>) 
)
inline

Initializes a new instance of the TemplateUpdateSummary class.

Parameters
BulkEnvelopeStatusAn object that describes the status of the bulk send envelopes..
EnvelopeIdThe envelope ID of the envelope status that failed to post..
ErrorDetailsArray or errors..
ListCustomFieldUpdateResultsListCustomFieldUpdateResults.
LockInformationProvides lock information about an envelope that a user has locked..
PurgeStatePurgeState.
RecipientUpdateResultsRecipientUpdateResults.
TabUpdateResultsTabUpdateResults.
TextCustomFieldUpdateResultsTextCustomFieldUpdateResults.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateUpdateSummary instances are equal

Parameters
otherInstance of TemplateUpdateSummary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BulkEnvelopeStatus

BulkEnvelopeStatus DocuSign.eSign.Model.TemplateUpdateSummary.BulkEnvelopeStatus
getset

An object that describes the status of the bulk send envelopes.

An object that describes the status of the bulk send envelopes.

◆ EnvelopeId

string DocuSign.eSign.Model.TemplateUpdateSummary.EnvelopeId
getset

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

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

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.TemplateUpdateSummary.ErrorDetails
getset

Array or errors.

Array or errors.

◆ ListCustomFieldUpdateResults

List<ListCustomField> DocuSign.eSign.Model.TemplateUpdateSummary.ListCustomFieldUpdateResults
getset

Gets or Sets ListCustomFieldUpdateResults

◆ LockInformation

LockInformation DocuSign.eSign.Model.TemplateUpdateSummary.LockInformation
getset

Provides lock information about an envelope that a user has locked.

Provides lock information about an envelope that a user has locked.

◆ PurgeState

string DocuSign.eSign.Model.TemplateUpdateSummary.PurgeState
getset

Gets or Sets PurgeState

◆ RecipientUpdateResults

List<RecipientUpdateResponse> DocuSign.eSign.Model.TemplateUpdateSummary.RecipientUpdateResults
getset

Gets or Sets RecipientUpdateResults

◆ TabUpdateResults

Tabs DocuSign.eSign.Model.TemplateUpdateSummary.TabUpdateResults
getset

Gets or Sets TabUpdateResults

◆ TextCustomFieldUpdateResults

List<TextCustomField> DocuSign.eSign.Model.TemplateUpdateSummary.TextCustomFieldUpdateResults
getset

Gets or Sets TextCustomFieldUpdateResults


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