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

A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the `tabLabel` for this tab and the `tabLabel` for the corresponding tab on the envelope or template must be the same. For example, if the envelope has a placeholder text tab with the `tabLabel` `childName`, you must assign the same `tabLabel` `childName` to the tab here that you are populating with that information. More...

Inheritance diagram for DocuSign.eSign.Model.BulkSendingCopyTab:

Public Member Functions

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

Properties

string InitialValue [get, set]
 The original value of the tab. More...
 
string TabLabel [get, set]
 The label string associated with the tab. More...
 

Detailed Description

A tab associated with the bulk send recipient. In a bulk send request, each recipient tab must match a recipient tab on the envelope or template that you want to send. To match up, the &#x60;tabLabel&#x60; for this tab and the &#x60;tabLabel&#x60; for the corresponding tab on the envelope or template must be the same. For example, if the envelope has a placeholder text tab with the &#x60;tabLabel&#x60; &#x60;childName&#x60;, you must assign the same &#x60;tabLabel&#x60; &#x60;childName&#x60; to the tab here that you are populating with that information.

Constructor & Destructor Documentation

◆ BulkSendingCopyTab()

DocuSign.eSign.Model.BulkSendingCopyTab.BulkSendingCopyTab ( string  InitialValue = default(string),
string  TabLabel = default(string) 
)
inline

Initializes a new instance of the BulkSendingCopyTab class.

Parameters
InitialValueThe original value of the tab..
TabLabelThe label string associated with the tab..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BulkSendingCopyTab instances are equal

Parameters
otherInstance of BulkSendingCopyTab to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ InitialValue

string DocuSign.eSign.Model.BulkSendingCopyTab.InitialValue
getset

The original value of the tab.

The original value of the tab.

◆ TabLabel

string DocuSign.eSign.Model.BulkSendingCopyTab.TabLabel
getset

The label string associated with the tab.

The label string associated with the tab.


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