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

SignSessionInfoRequest More...

Inheritance diagram for DocuSign.eSign.Model.SignSessionInfoRequest:

Public Member Functions

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

Properties

string Certificate [get, set]
 Gets or Sets Certificate More...
 
string MaxSignatureLength [get, set]
 Gets or Sets MaxSignatureLength More...
 
string ReturnFormat [get, set]
 Gets or Sets ReturnFormat More...
 
string SigningLocation [get, set]
 Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online. More...
 

Detailed Description

SignSessionInfoRequest

Constructor & Destructor Documentation

◆ SignSessionInfoRequest()

DocuSign.eSign.Model.SignSessionInfoRequest.SignSessionInfoRequest ( string  Certificate = default(string),
string  MaxSignatureLength = default(string),
string  ReturnFormat = default(string),
string  SigningLocation = default(string) 
)
inline

Initializes a new instance of the SignSessionInfoRequest class.

Parameters
CertificateCertificate.
MaxSignatureLengthMaxSignatureLength.
ReturnFormatReturnFormat.
SigningLocationSpecifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SignSessionInfoRequest instances are equal

Parameters
otherInstance of SignSessionInfoRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Certificate

string DocuSign.eSign.Model.SignSessionInfoRequest.Certificate
getset

Gets or Sets Certificate

◆ MaxSignatureLength

string DocuSign.eSign.Model.SignSessionInfoRequest.MaxSignatureLength
getset

Gets or Sets MaxSignatureLength

◆ ReturnFormat

string DocuSign.eSign.Model.SignSessionInfoRequest.ReturnFormat
getset

Gets or Sets ReturnFormat

◆ SigningLocation

string DocuSign.eSign.Model.SignSessionInfoRequest.SigningLocation
getset

Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online.

Specifies the physical location where the signing takes place. It can have two enumeration values; InPerson and Online. The default value is Online.


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