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

ConnectedData More...

Inheritance diagram for DocuSign.eSign.Model.ConnectedData:

Public Member Functions

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

Properties

string PropertyName [get, set]
 Gets or Sets PropertyName More...
 
string SupportedOperation [get, set]
 Gets or Sets SupportedOperation More...
 
string SupportedUri [get, set]
 Gets or Sets SupportedUri More...
 
string TypeName [get, set]
 Gets or Sets TypeName More...
 
string TypeSystemNamespace [get, set]
 Gets or Sets TypeSystemNamespace More...
 

Detailed Description

ConnectedData

Constructor & Destructor Documentation

◆ ConnectedData()

DocuSign.eSign.Model.ConnectedData.ConnectedData ( string  PropertyName = default(string),
string  SupportedOperation = default(string),
string  SupportedUri = default(string),
string  TypeName = default(string),
string  TypeSystemNamespace = default(string) 
)
inline

Initializes a new instance of the ConnectedData class.

Parameters
PropertyNamePropertyName.
SupportedOperationSupportedOperation.
SupportedUriSupportedUri.
TypeNameTypeName.
TypeSystemNamespaceTypeSystemNamespace.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectedData instances are equal

Parameters
otherInstance of ConnectedData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PropertyName

string DocuSign.eSign.Model.ConnectedData.PropertyName
getset

Gets or Sets PropertyName

◆ SupportedOperation

string DocuSign.eSign.Model.ConnectedData.SupportedOperation
getset

Gets or Sets SupportedOperation

◆ SupportedUri

string DocuSign.eSign.Model.ConnectedData.SupportedUri
getset

Gets or Sets SupportedUri

◆ TypeName

string DocuSign.eSign.Model.ConnectedData.TypeName
getset

Gets or Sets TypeName

◆ TypeSystemNamespace

string DocuSign.eSign.Model.ConnectedData.TypeSystemNamespace
getset

Gets or Sets TypeSystemNamespace


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