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

PolyLine More...

Inheritance diagram for DocuSign.eSign.Model.PolyLine:

Public Member Functions

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

Properties

string X1 [get, set]
 Gets or Sets X1 More...
 
string X2 [get, set]
 Gets or Sets X2 More...
 
string Y1 [get, set]
 Gets or Sets Y1 More...
 
string Y2 [get, set]
 Gets or Sets Y2 More...
 

Detailed Description

PolyLine

Constructor & Destructor Documentation

◆ PolyLine()

DocuSign.eSign.Model.PolyLine.PolyLine ( string  X1 = default(string),
string  X2 = default(string),
string  Y1 = default(string),
string  Y2 = default(string) 
)
inline

Initializes a new instance of the PolyLine class.

Parameters
X1X1.
X2X2.
Y1Y1.
Y2Y2.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PolyLine instances are equal

Parameters
otherInstance of PolyLine to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ X1

string DocuSign.eSign.Model.PolyLine.X1
getset

Gets or Sets X1

◆ X2

string DocuSign.eSign.Model.PolyLine.X2
getset

Gets or Sets X2

◆ Y1

string DocuSign.eSign.Model.PolyLine.Y1
getset

Gets or Sets Y1

◆ Y2

string DocuSign.eSign.Model.PolyLine.Y2
getset

Gets or Sets Y2


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