Contains information for transfering values between Salesforce data fields and DocuSign Tabs.
More...
|
| MergeField (string AllowSenderToEdit=default(string), PropertyMetadata AllowSenderToEditMetadata=default(PropertyMetadata), string ConfigurationType=default(string), PropertyMetadata ConfigurationTypeMetadata=default(PropertyMetadata), string Path=default(string), List< PathExtendedElement > PathExtended=default(List< PathExtendedElement >), PropertyMetadata PathExtendedMetadata=default(PropertyMetadata), PropertyMetadata PathMetadata=default(PropertyMetadata), string Row=default(string), PropertyMetadata RowMetadata=default(PropertyMetadata), string WriteBack=default(string), PropertyMetadata WriteBackMetadata=default(PropertyMetadata)) |
| Initializes a new instance of the MergeField 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 (MergeField other) |
| Returns true if MergeField instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
|
|
string | AllowSenderToEdit [get, set] |
| When set to true, the sender can modify the value of the custom tab during the sending process. More...
|
|
PropertyMetadata | AllowSenderToEditMetadata [get, set] |
| Metadata that indicates if the sender can edit the `allowSenderToEdit` property. More...
|
|
string | ConfigurationType [get, set] |
| If merge field's are being used, specifies the type of the merge field. The only supported value is salesforce. More...
|
|
PropertyMetadata | ConfigurationTypeMetadata [get, set] |
| Metadata that indicates if the sender can edit the `configurationType` property. More...
|
|
string | Path [get, set] |
| Sets the object associated with the custom tab. Currently this is the Salesforce Object. More...
|
|
List< PathExtendedElement > | PathExtended [get, set] |
| Gets or Sets PathExtended More...
|
|
PropertyMetadata | PathExtendedMetadata [get, set] |
| Reserved for DocuSign. More...
|
|
PropertyMetadata | PathMetadata [get, set] |
| Metadata that indicates whether the `path` property is editable. More...
|
|
string | Row [get, set] |
| Specifies the row number in a Salesforce table that the merge field value corresponds to. More...
|
|
PropertyMetadata | RowMetadata [get, set] |
| Metadata that indicates whether the `row` property is editable. More...
|
|
string | WriteBack [get, set] |
| When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed. More...
|
|
PropertyMetadata | WriteBackMetadata [get, set] |
| Metadata that indicates if the sender can edit the `writeBack` property. More...
|
|
Contains information for transfering values between Salesforce data fields and DocuSign Tabs.
◆ MergeField()
DocuSign.eSign.Model.MergeField.MergeField |
( |
string |
AllowSenderToEdit = default(string) , |
|
|
PropertyMetadata |
AllowSenderToEditMetadata = default(PropertyMetadata) , |
|
|
string |
ConfigurationType = default(string) , |
|
|
PropertyMetadata |
ConfigurationTypeMetadata = default(PropertyMetadata) , |
|
|
string |
Path = default(string) , |
|
|
List< PathExtendedElement > |
PathExtended = default(List<PathExtendedElement>) , |
|
|
PropertyMetadata |
PathExtendedMetadata = default(PropertyMetadata) , |
|
|
PropertyMetadata |
PathMetadata = default(PropertyMetadata) , |
|
|
string |
Row = default(string) , |
|
|
PropertyMetadata |
RowMetadata = default(PropertyMetadata) , |
|
|
string |
WriteBack = default(string) , |
|
|
PropertyMetadata |
WriteBackMetadata = default(PropertyMetadata) |
|
) |
| |
|
inline |
Initializes a new instance of the MergeField class.
- Parameters
-
AllowSenderToEdit | When set to true, the sender can modify the value of the custom tab during the sending process.. |
AllowSenderToEditMetadata | Metadata that indicates if the sender can edit the `allowSenderToEdit` property.. |
ConfigurationType | If merge field's are being used, specifies the type of the merge field. The only supported value is salesforce.. |
ConfigurationTypeMetadata | Metadata that indicates if the sender can edit the `configurationType` property.. |
Path | Sets the object associated with the custom tab. Currently this is the Salesforce Object.. |
PathExtended | PathExtended. |
PathExtendedMetadata | Reserved for DocuSign.. |
PathMetadata | Metadata that indicates whether the `path` property is editable. . |
Row | Specifies the row number in a Salesforce table that the merge field value corresponds to.. |
RowMetadata | Metadata that indicates whether the `row` property is editable. . |
WriteBack | When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.. |
WriteBackMetadata | Metadata that indicates if the sender can edit the `writeBack` property.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.MergeField.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
bool DocuSign.eSign.Model.MergeField.Equals |
( |
MergeField |
other | ) |
|
|
inline |
Returns true if MergeField instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
override int DocuSign.eSign.Model.MergeField.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.MergeField.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.MergeField.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AllowSenderToEdit
string DocuSign.eSign.Model.MergeField.AllowSenderToEdit |
|
getset |
When set to true, the sender can modify the value of the custom tab during the sending process.
When set to true, the sender can modify the value of the custom tab during the sending process.
◆ AllowSenderToEditMetadata
Metadata that indicates if the sender can edit the `allowSenderToEdit` property.
Metadata that indicates if the sender can edit the `allowSenderToEdit` property.
◆ ConfigurationType
string DocuSign.eSign.Model.MergeField.ConfigurationType |
|
getset |
If merge field's are being used, specifies the type of the merge field. The only supported value is salesforce.
If merge field's are being used, specifies the type of the merge field. The only supported value is salesforce.
◆ ConfigurationTypeMetadata
Metadata that indicates if the sender can edit the `configurationType` property.
Metadata that indicates if the sender can edit the `configurationType` property.
◆ Path
string DocuSign.eSign.Model.MergeField.Path |
|
getset |
Sets the object associated with the custom tab. Currently this is the Salesforce Object.
Sets the object associated with the custom tab. Currently this is the Salesforce Object.
◆ PathExtended
Gets or Sets PathExtended
◆ PathExtendedMetadata
◆ PathMetadata
Metadata that indicates whether the `path` property is editable.
Metadata that indicates whether the `path` property is editable.
◆ Row
string DocuSign.eSign.Model.MergeField.Row |
|
getset |
Specifies the row number in a Salesforce table that the merge field value corresponds to.
Specifies the row number in a Salesforce table that the merge field value corresponds to.
◆ RowMetadata
Metadata that indicates whether the `row` property is editable.
Metadata that indicates whether the `row` property is editable.
◆ WriteBack
string DocuSign.eSign.Model.MergeField.WriteBack |
|
getset |
When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.
When wet to true, the information entered in the tab automatically updates the related Salesforce data when an envelope is completed.
◆ WriteBackMetadata
Metadata that indicates if the sender can edit the `writeBack` property.
Metadata that indicates if the sender can edit the `writeBack` property.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/MergeField.cs