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

GraphicsContext More...

Inheritance diagram for DocuSign.eSign.Model.GraphicsContext:

Public Member Functions

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

Properties

string FillColor [get, set]
 Gets or Sets FillColor More...
 
string LineColor [get, set]
 Gets or Sets LineColor More...
 
string LineWeight [get, set]
 Gets or Sets LineWeight More...
 

Detailed Description

GraphicsContext

Constructor & Destructor Documentation

◆ GraphicsContext()

DocuSign.eSign.Model.GraphicsContext.GraphicsContext ( string  FillColor = default(string),
string  LineColor = default(string),
string  LineWeight = default(string) 
)
inline

Initializes a new instance of the GraphicsContext class.

Parameters
FillColorFillColor.
LineColorLineColor.
LineWeightLineWeight.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if GraphicsContext instances are equal

Parameters
otherInstance of GraphicsContext to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FillColor

string DocuSign.eSign.Model.GraphicsContext.FillColor
getset

Gets or Sets FillColor

◆ LineColor

string DocuSign.eSign.Model.GraphicsContext.LineColor
getset

Gets or Sets LineColor

◆ LineWeight

string DocuSign.eSign.Model.GraphicsContext.LineWeight
getset

Gets or Sets LineWeight


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