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

PathExtendedElement More...

Inheritance diagram for DocuSign.eSign.Model.PathExtendedElement:

Public Member Functions

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

Properties

string Name [get, set]
 Gets or Sets Name More...
 
string Type [get, set]
 Gets or Sets Type More...
 
string TypeName [get, set]
 Gets or Sets TypeName More...
 

Detailed Description

PathExtendedElement

Constructor & Destructor Documentation

◆ PathExtendedElement()

DocuSign.eSign.Model.PathExtendedElement.PathExtendedElement ( string  Name = default(string),
string  Type = default(string),
string  TypeName = default(string) 
)
inline

Initializes a new instance of the PathExtendedElement class.

Parameters
NameName.
TypeType.
TypeNameTypeName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PathExtendedElement instances are equal

Parameters
otherInstance of PathExtendedElement to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Name

string DocuSign.eSign.Model.PathExtendedElement.Name
getset

Gets or Sets Name

◆ Type

string DocuSign.eSign.Model.PathExtendedElement.Type
getset

Gets or Sets Type

◆ TypeName

string DocuSign.eSign.Model.PathExtendedElement.TypeName
getset

Gets or Sets TypeName


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