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

DocuSign internal use, but it is needed for swagger tools (go lang, Elixir/OTP) to generate client library. More...

Inheritance diagram for DocuSign.eSign.Model.OfflineAttributes:

Public Member Functions

 OfflineAttributes (string AccountEsignId=default(string), string DeviceModel=default(string), string DeviceName=default(string), string GpsLatitude=default(string), string GpsLongitude=default(string), string OfflineSigningHash=default(string))
 Initializes a new instance of the OfflineAttributes 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 (OfflineAttributes other)
 Returns true if OfflineAttributes instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountEsignId [get, set]
 A GUID identifying the account associated with the consumer disclosure More...
 
string DeviceModel [get, set]
 A string containing information about the model of the device used for offline signing. More...
 
string DeviceName [get, set]
 A string containing information about the type of device used for offline signing. More...
 
string GpsLatitude [get, set]
 A string containing the latitude of the device location at the time of signing. More...
 
string GpsLongitude [get, set]
 A string containing the longitude of the device location at the time of signing. More...
 
string OfflineSigningHash [get, set]
 Gets or Sets OfflineSigningHash More...
 

Detailed Description

DocuSign internal use, but it is needed for swagger tools (go lang, Elixir/OTP) to generate client library.

Constructor & Destructor Documentation

◆ OfflineAttributes()

DocuSign.eSign.Model.OfflineAttributes.OfflineAttributes ( string  AccountEsignId = default(string),
string  DeviceModel = default(string),
string  DeviceName = default(string),
string  GpsLatitude = default(string),
string  GpsLongitude = default(string),
string  OfflineSigningHash = default(string) 
)
inline

Initializes a new instance of the OfflineAttributes class.

Parameters
AccountEsignIdA GUID identifying the account associated with the consumer disclosure.
DeviceModelA string containing information about the model of the device used for offline signing..
DeviceNameA string containing information about the type of device used for offline signing..
GpsLatitudeA string containing the latitude of the device location at the time of signing..
GpsLongitudeA string containing the longitude of the device location at the time of signing..
OfflineSigningHashOfflineSigningHash.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OfflineAttributes instances are equal

Parameters
otherInstance of OfflineAttributes to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountEsignId

string DocuSign.eSign.Model.OfflineAttributes.AccountEsignId
getset

A GUID identifying the account associated with the consumer disclosure

A GUID identifying the account associated with the consumer disclosure

◆ DeviceModel

string DocuSign.eSign.Model.OfflineAttributes.DeviceModel
getset

A string containing information about the model of the device used for offline signing.

A string containing information about the model of the device used for offline signing.

◆ DeviceName

string DocuSign.eSign.Model.OfflineAttributes.DeviceName
getset

A string containing information about the type of device used for offline signing.

A string containing information about the type of device used for offline signing.

◆ GpsLatitude

string DocuSign.eSign.Model.OfflineAttributes.GpsLatitude
getset

A string containing the latitude of the device location at the time of signing.

A string containing the latitude of the device location at the time of signing.

◆ GpsLongitude

string DocuSign.eSign.Model.OfflineAttributes.GpsLongitude
getset

A string containing the longitude of the device location at the time of signing.

A string containing the longitude of the device location at the time of signing.

◆ OfflineSigningHash

string DocuSign.eSign.Model.OfflineAttributes.OfflineSigningHash
getset

Gets or Sets OfflineSigningHash


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