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

This object contains the results of a ConnectConfigurations::GET method. More...

Inheritance diagram for DocuSign.eSign.Model.ConnectConfigResults:

Public Member Functions

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

Properties

List< ConnectCustomConfigurationConfigurations [get, set]
 Reserved: TBD More...
 
string TotalRecords [get, set]
 Gets or Sets TotalRecords More...
 

Detailed Description

This object contains the results of a ConnectConfigurations::GET method.

Constructor & Destructor Documentation

◆ ConnectConfigResults()

DocuSign.eSign.Model.ConnectConfigResults.ConnectConfigResults ( List< ConnectCustomConfiguration Configurations = default(List<ConnectCustomConfiguration>),
string  TotalRecords = default(string) 
)
inline

Initializes a new instance of the ConnectConfigResults class.

Parameters
ConfigurationsReserved: TBD.
TotalRecordsTotalRecords.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectConfigResults instances are equal

Parameters
otherInstance of ConnectConfigResults to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Configurations

List<ConnectCustomConfiguration> DocuSign.eSign.Model.ConnectConfigResults.Configurations
getset

Reserved: TBD

Reserved: TBD

◆ TotalRecords

string DocuSign.eSign.Model.ConnectConfigResults.TotalRecords
getset

Gets or Sets TotalRecords


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