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

InlineTemplate More...

Inheritance diagram for DocuSign.eSign.Model.InlineTemplate:

Public Member Functions

 InlineTemplate (CustomFields CustomFields=default(CustomFields), List< Document > Documents=default(List< Document >), Envelope Envelope=default(Envelope), Recipients Recipients=default(Recipients), string Sequence=default(string))
 Initializes a new instance of the InlineTemplate 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 (InlineTemplate other)
 Returns true if InlineTemplate instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

CustomFields CustomFields [get, set]
 An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters. More...
 
List< DocumentDocuments [get, set]
 Complex element contains the details on the documents in the envelope. More...
 
Envelope Envelope [get, set]
 A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients. More...
 
Recipients Recipients [get, set]
 An array of powerform recipients. More...
 
string Sequence [get, set]
 Specifies the order in which templates are overlaid. More...
 

Detailed Description

InlineTemplate

Constructor & Destructor Documentation

◆ InlineTemplate()

DocuSign.eSign.Model.InlineTemplate.InlineTemplate ( CustomFields  CustomFields = default(CustomFields),
List< Document Documents = default(List<Document>),
Envelope  Envelope = default(Envelope),
Recipients  Recipients = default(Recipients),
string  Sequence = default(string) 
)
inline

Initializes a new instance of the InlineTemplate class.

Parameters
CustomFieldsAn optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters..
DocumentsComplex element contains the details on the documents in the envelope..
EnvelopeA container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients..
RecipientsAn array of powerform recipients..
SequenceSpecifies the order in which templates are overlaid..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if InlineTemplate instances are equal

Parameters
otherInstance of InlineTemplate to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CustomFields

CustomFields DocuSign.eSign.Model.InlineTemplate.CustomFields
getset

An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.

An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.

◆ Documents

List<Document> DocuSign.eSign.Model.InlineTemplate.Documents
getset

Complex element contains the details on the documents in the envelope.

Complex element contains the details on the documents in the envelope.

◆ Envelope

Envelope DocuSign.eSign.Model.InlineTemplate.Envelope
getset

A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients.

A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients.

◆ Recipients

Recipients DocuSign.eSign.Model.InlineTemplate.Recipients
getset

An array of powerform recipients.

An array of powerform recipients.

◆ Sequence

string DocuSign.eSign.Model.InlineTemplate.Sequence
getset

Specifies the order in which templates are overlaid.

Specifies the order in which templates are overlaid.


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