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

ConnectUserObject More...

Inheritance diagram for DocuSign.eSign.Model.ConnectUserObject:

Public Member Functions

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

Properties

string Configurationtype [get, set]
 If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce. More...
 
string ConnectId [get, set]
 Gets or Sets ConnectId More...
 
string Enabled [get, set]
 Gets or Sets Enabled More...
 
string HasAccess [get, set]
 Gets or Sets HasAccess More...
 
List< string > SenderSearchableItems [get, set]
 Gets or Sets SenderSearchableItems More...
 

Detailed Description

ConnectUserObject

Constructor & Destructor Documentation

◆ ConnectUserObject()

DocuSign.eSign.Model.ConnectUserObject.ConnectUserObject ( string  Configurationtype = default(string),
string  ConnectId = default(string),
string  Enabled = default(string),
string  HasAccess = default(string),
List< string >  SenderSearchableItems = default(List<string>) 
)
inline

Initializes a new instance of the ConnectUserObject class.

Parameters
ConfigurationtypeIf merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce..
ConnectIdConnectId.
EnabledEnabled.
HasAccessHasAccess.
SenderSearchableItemsSenderSearchableItems.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectUserObject instances are equal

Parameters
otherInstance of ConnectUserObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Configurationtype

string DocuSign.eSign.Model.ConnectUserObject.Configurationtype
getset

If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce.

If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce.

◆ ConnectId

string DocuSign.eSign.Model.ConnectUserObject.ConnectId
getset

Gets or Sets ConnectId

◆ Enabled

string DocuSign.eSign.Model.ConnectUserObject.Enabled
getset

Gets or Sets Enabled

◆ HasAccess

string DocuSign.eSign.Model.ConnectUserObject.HasAccess
getset

Gets or Sets HasAccess

◆ SenderSearchableItems

List<string> DocuSign.eSign.Model.ConnectUserObject.SenderSearchableItems
getset

Gets or Sets SenderSearchableItems


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