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

TemplateMatch More...

Inheritance diagram for DocuSign.eSign.Model.TemplateMatch:

Public Member Functions

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

Properties

string DocumentEndPage [get, set]
 Gets or Sets DocumentEndPage More...
 
string DocumentStartPage [get, set]
 Gets or Sets DocumentStartPage More...
 
string MatchPercentage [get, set]
 Gets or Sets MatchPercentage More...
 

Detailed Description

TemplateMatch

Constructor & Destructor Documentation

◆ TemplateMatch()

DocuSign.eSign.Model.TemplateMatch.TemplateMatch ( string  DocumentEndPage = default(string),
string  DocumentStartPage = default(string),
string  MatchPercentage = default(string) 
)
inline

Initializes a new instance of the TemplateMatch class.

Parameters
DocumentEndPageDocumentEndPage.
DocumentStartPageDocumentStartPage.
MatchPercentageMatchPercentage.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateMatch instances are equal

Parameters
otherInstance of TemplateMatch to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DocumentEndPage

string DocuSign.eSign.Model.TemplateMatch.DocumentEndPage
getset

Gets or Sets DocumentEndPage

◆ DocumentStartPage

string DocuSign.eSign.Model.TemplateMatch.DocumentStartPage
getset

Gets or Sets DocumentStartPage

◆ MatchPercentage

string DocuSign.eSign.Model.TemplateMatch.MatchPercentage
getset

Gets or Sets MatchPercentage


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