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

EnvelopeMetadata More...

Inheritance diagram for DocuSign.eSign.Model.EnvelopeMetadata:

Public Member Functions

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

Properties

string AllowAdvancedCorrect [get, set]
 Gets or Sets AllowAdvancedCorrect More...
 
string AllowCorrect [get, set]
 Gets or Sets AllowCorrect More...
 
string EnableSignWithNotary [get, set]
 Gets or Sets EnableSignWithNotary More...
 

Detailed Description

EnvelopeMetadata

Constructor & Destructor Documentation

◆ EnvelopeMetadata()

DocuSign.eSign.Model.EnvelopeMetadata.EnvelopeMetadata ( string  AllowAdvancedCorrect = default(string),
string  AllowCorrect = default(string),
string  EnableSignWithNotary = default(string) 
)
inline

Initializes a new instance of the EnvelopeMetadata class.

Parameters
AllowAdvancedCorrectAllowAdvancedCorrect.
AllowCorrectAllowCorrect.
EnableSignWithNotaryEnableSignWithNotary.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EnvelopeMetadata instances are equal

Parameters
otherInstance of EnvelopeMetadata to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AllowAdvancedCorrect

string DocuSign.eSign.Model.EnvelopeMetadata.AllowAdvancedCorrect
getset

Gets or Sets AllowAdvancedCorrect

◆ AllowCorrect

string DocuSign.eSign.Model.EnvelopeMetadata.AllowCorrect
getset

Gets or Sets AllowCorrect

◆ EnableSignWithNotary

string DocuSign.eSign.Model.EnvelopeMetadata.EnableSignWithNotary
getset

Gets or Sets EnableSignWithNotary


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