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

Summary status of a single batch. More...

Inheritance diagram for DocuSign.eSign.Model.BulkSendBatchSummary:

Public Member Functions

 BulkSendBatchSummary (string Action=default(string), string ActionStatus=default(string), string BatchId=default(string), string BatchName=default(string), string BatchSize=default(string), string BatchUri=default(string), string Failed=default(string), string Queued=default(string), string Sent=default(string), string SubmittedDate=default(string))
 Initializes a new instance of the BulkSendBatchSummary 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 (BulkSendBatchSummary other)
 Returns true if BulkSendBatchSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Action [get, set]
 Gets or Sets Action More...
 
string ActionStatus [get, set]
 Gets or Sets ActionStatus More...
 
string BatchId [get, set]
 Gets or Sets BatchId More...
 
string BatchName [get, set]
 Gets or Sets BatchName More...
 
string BatchSize [get, set]
 Gets or Sets BatchSize More...
 
string BatchUri [get, set]
 Gets or Sets BatchUri More...
 
string Failed [get, set]
 Gets or Sets Failed More...
 
string Queued [get, set]
 Gets or Sets Queued More...
 
string Sent [get, set]
 Gets or Sets Sent More...
 
string SubmittedDate [get, set]
 Gets or Sets SubmittedDate More...
 

Detailed Description

Summary status of a single batch.

Constructor & Destructor Documentation

◆ BulkSendBatchSummary()

DocuSign.eSign.Model.BulkSendBatchSummary.BulkSendBatchSummary ( string  Action = default(string),
string  ActionStatus = default(string),
string  BatchId = default(string),
string  BatchName = default(string),
string  BatchSize = default(string),
string  BatchUri = default(string),
string  Failed = default(string),
string  Queued = default(string),
string  Sent = default(string),
string  SubmittedDate = default(string) 
)
inline

Initializes a new instance of the BulkSendBatchSummary class.

Parameters
ActionAction.
ActionStatusActionStatus.
BatchIdBatchId.
BatchNameBatchName.
BatchSizeBatchSize.
BatchUriBatchUri.
FailedFailed.
QueuedQueued.
SentSent.
SubmittedDateSubmittedDate.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkSendBatchSummary instances are equal

Parameters
otherInstance of BulkSendBatchSummary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Action

string DocuSign.eSign.Model.BulkSendBatchSummary.Action
getset

Gets or Sets Action

◆ ActionStatus

string DocuSign.eSign.Model.BulkSendBatchSummary.ActionStatus
getset

Gets or Sets ActionStatus

◆ BatchId

string DocuSign.eSign.Model.BulkSendBatchSummary.BatchId
getset

Gets or Sets BatchId

◆ BatchName

string DocuSign.eSign.Model.BulkSendBatchSummary.BatchName
getset

Gets or Sets BatchName

◆ BatchSize

string DocuSign.eSign.Model.BulkSendBatchSummary.BatchSize
getset

Gets or Sets BatchSize

◆ BatchUri

string DocuSign.eSign.Model.BulkSendBatchSummary.BatchUri
getset

Gets or Sets BatchUri

◆ Failed

string DocuSign.eSign.Model.BulkSendBatchSummary.Failed
getset

Gets or Sets Failed

◆ Queued

string DocuSign.eSign.Model.BulkSendBatchSummary.Queued
getset

Gets or Sets Queued

◆ Sent

string DocuSign.eSign.Model.BulkSendBatchSummary.Sent
getset

Gets or Sets Sent

◆ SubmittedDate

string DocuSign.eSign.Model.BulkSendBatchSummary.SubmittedDate
getset

Gets or Sets SubmittedDate


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