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

Summary of a template request. More...

Inheritance diagram for DocuSign.eSign.Model.TemplateSummary:

Public Member Functions

 TemplateSummary (string Applied=default(string), string DocumentId=default(string), string DocumentName=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string Name=default(string), string TemplateId=default(string), TemplateMatch TemplateMatch=default(TemplateMatch), string Uri=default(string))
 Initializes a new instance of the TemplateSummary 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 (TemplateSummary other)
 Returns true if TemplateSummary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Applied [get, set]
 Reserved: TBD More...
 
string DocumentId [get, set]
 Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute. More...
 
string DocumentName [get, set]
 Gets or Sets DocumentName More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string TemplateId [get, set]
 The unique identifier of the template. If this is not provided, DocuSign will generate a value. More...
 
TemplateMatch TemplateMatch [get, set]
 Gets or Sets TemplateMatch More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 

Detailed Description

Summary of a template request.

Constructor & Destructor Documentation

◆ TemplateSummary()

DocuSign.eSign.Model.TemplateSummary.TemplateSummary ( string  Applied = default(string),
string  DocumentId = default(string),
string  DocumentName = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Name = default(string),
string  TemplateId = default(string),
TemplateMatch  TemplateMatch = default(TemplateMatch),
string  Uri = default(string) 
)
inline

Initializes a new instance of the TemplateSummary class.

Parameters
AppliedReserved: TBD.
DocumentIdSpecifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..
DocumentNameDocumentName.
ErrorDetailsArray or errors..
NameName.
TemplateIdThe unique identifier of the template. If this is not provided, DocuSign will generate a value. .
TemplateMatchTemplateMatch.
UriUri.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TemplateSummary instances are equal

Parameters
otherInstance of TemplateSummary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Applied

string DocuSign.eSign.Model.TemplateSummary.Applied
getset

Reserved: TBD

Reserved: TBD

◆ DocumentId

string DocuSign.eSign.Model.TemplateSummary.DocumentId
getset

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

◆ DocumentName

string DocuSign.eSign.Model.TemplateSummary.DocumentName
getset

Gets or Sets DocumentName

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.TemplateSummary.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Name

string DocuSign.eSign.Model.TemplateSummary.Name
getset

Gets or Sets Name

◆ TemplateId

string DocuSign.eSign.Model.TemplateSummary.TemplateId
getset

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

The unique identifier of the template. If this is not provided, DocuSign will generate a value.

◆ TemplateMatch

TemplateMatch DocuSign.eSign.Model.TemplateSummary.TemplateMatch
getset

Gets or Sets TemplateMatch

◆ Uri

string DocuSign.eSign.Model.TemplateSummary.Uri
getset

Gets or Sets Uri


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