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

This object is used to match a DocuSign field to a Salesforce field so that Docusign can send information to your Salesforce account. More...

Inheritance diagram for DocuSign.eSign.Model.ConnectSalesforceField:

Public Member Functions

 ConnectSalesforceField (string DsAttribute=default(string), string DsLink=default(string), string DsNode=default(string), string Id=default(string), string SfField=default(string), string SfFieldName=default(string), string SfFolder=default(string), string SfLockedValue=default(string))
 Initializes a new instance of the ConnectSalesforceField 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 (ConnectSalesforceField other)
 Returns true if ConnectSalesforceField instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DsAttribute [get, set]
 Gets or Sets DsAttribute More...
 
string DsLink [get, set]
 Gets or Sets DsLink More...
 
string DsNode [get, set]
 Gets or Sets DsNode More...
 
string Id [get, set]
 Gets or Sets Id More...
 
string SfField [get, set]
 Gets or Sets SfField More...
 
string SfFieldName [get, set]
 Gets or Sets SfFieldName More...
 
string SfFolder [get, set]
 Gets or Sets SfFolder More...
 
string SfLockedValue [get, set]
 Gets or Sets SfLockedValue More...
 

Detailed Description

This object is used to match a DocuSign field to a Salesforce field so that Docusign can send information to your Salesforce account.

Constructor & Destructor Documentation

◆ ConnectSalesforceField()

DocuSign.eSign.Model.ConnectSalesforceField.ConnectSalesforceField ( string  DsAttribute = default(string),
string  DsLink = default(string),
string  DsNode = default(string),
string  Id = default(string),
string  SfField = default(string),
string  SfFieldName = default(string),
string  SfFolder = default(string),
string  SfLockedValue = default(string) 
)
inline

Initializes a new instance of the ConnectSalesforceField class.

Parameters
DsAttributeDsAttribute.
DsLinkDsLink.
DsNodeDsNode.
IdId.
SfFieldSfField.
SfFieldNameSfFieldName.
SfFolderSfFolder.
SfLockedValueSfLockedValue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectSalesforceField instances are equal

Parameters
otherInstance of ConnectSalesforceField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DsAttribute

string DocuSign.eSign.Model.ConnectSalesforceField.DsAttribute
getset

Gets or Sets DsAttribute

◆ DsLink

string DocuSign.eSign.Model.ConnectSalesforceField.DsLink
getset

Gets or Sets DsLink

◆ DsNode

string DocuSign.eSign.Model.ConnectSalesforceField.DsNode
getset

Gets or Sets DsNode

◆ Id

string DocuSign.eSign.Model.ConnectSalesforceField.Id
getset

Gets or Sets Id

◆ SfField

string DocuSign.eSign.Model.ConnectSalesforceField.SfField
getset

Gets or Sets SfField

◆ SfFieldName

string DocuSign.eSign.Model.ConnectSalesforceField.SfFieldName
getset

Gets or Sets SfFieldName

◆ SfFolder

string DocuSign.eSign.Model.ConnectSalesforceField.SfFolder
getset

Gets or Sets SfFolder

◆ SfLockedValue

string DocuSign.eSign.Model.ConnectSalesforceField.SfLockedValue
getset

Gets or Sets SfLockedValue


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