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

A complex element consisting of: * lastSentDateTime - the date and time the user last sent an envelope. * lastSignedDateTime - the date and time the user last signed an envelope. * sentCount - the number of envelopes the user has sent. * signedCount - the number of envelopes the user has signed. More...

Inheritance diagram for DocuSign.eSign.Model.UsageHistory:

Public Member Functions

 UsageHistory (string LastSentDateTime=default(string), string LastSignedDateTime=default(string), string SentCount=default(string), string SignedCount=default(string))
 Initializes a new instance of the UsageHistory 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 (UsageHistory other)
 Returns true if UsageHistory instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string LastSentDateTime [get, set]
 The date and time the user last sent an envelope. More...
 
string LastSignedDateTime [get, set]
 The date and time the user last signed an envelope. More...
 
string SentCount [get, set]
 The number of envelopes the user has sent. More...
 
string SignedCount [get, set]
 The number of envelopes the user has signed. More...
 

Detailed Description

A complex element consisting of: * lastSentDateTime - the date and time the user last sent an envelope. * lastSignedDateTime - the date and time the user last signed an envelope. * sentCount - the number of envelopes the user has sent. * signedCount - the number of envelopes the user has signed.

Constructor & Destructor Documentation

◆ UsageHistory()

DocuSign.eSign.Model.UsageHistory.UsageHistory ( string  LastSentDateTime = default(string),
string  LastSignedDateTime = default(string),
string  SentCount = default(string),
string  SignedCount = default(string) 
)
inline

Initializes a new instance of the UsageHistory class.

Parameters
LastSentDateTimeThe date and time the user last sent an envelope. .
LastSignedDateTimeThe date and time the user last signed an envelope..
SentCountThe number of envelopes the user has sent. .
SignedCountThe number of envelopes the user has signed. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UsageHistory instances are equal

Parameters
otherInstance of UsageHistory to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LastSentDateTime

string DocuSign.eSign.Model.UsageHistory.LastSentDateTime
getset

The date and time the user last sent an envelope.

The date and time the user last sent an envelope.

◆ LastSignedDateTime

string DocuSign.eSign.Model.UsageHistory.LastSignedDateTime
getset

The date and time the user last signed an envelope.

The date and time the user last signed an envelope.

◆ SentCount

string DocuSign.eSign.Model.UsageHistory.SentCount
getset

The number of envelopes the user has sent.

The number of envelopes the user has sent.

◆ SignedCount

string DocuSign.eSign.Model.UsageHistory.SignedCount
getset

The number of envelopes the user has signed.

The number of envelopes the user has signed.


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