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

ReportInProductField More...

Inheritance diagram for DocuSign.eSign.Model.ReportInProductField:

Public Member Functions

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

Properties

string DisplayOrder [get, set]
 Gets or Sets DisplayOrder More...
 
string FieldVersion [get, set]
 Gets or Sets FieldVersion More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string Selected [get, set]
 Gets or Sets Selected More...
 

Detailed Description

ReportInProductField

Constructor & Destructor Documentation

◆ ReportInProductField()

DocuSign.eSign.Model.ReportInProductField.ReportInProductField ( string  DisplayOrder = default(string),
string  FieldVersion = default(string),
string  Name = default(string),
string  Selected = default(string) 
)
inline

Initializes a new instance of the ReportInProductField class.

Parameters
DisplayOrderDisplayOrder.
FieldVersionFieldVersion.
NameName.
SelectedSelected.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReportInProductField instances are equal

Parameters
otherInstance of ReportInProductField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DisplayOrder

string DocuSign.eSign.Model.ReportInProductField.DisplayOrder
getset

Gets or Sets DisplayOrder

◆ FieldVersion

string DocuSign.eSign.Model.ReportInProductField.FieldVersion
getset

Gets or Sets FieldVersion

◆ Name

string DocuSign.eSign.Model.ReportInProductField.Name
getset

Gets or Sets Name

◆ Selected

string DocuSign.eSign.Model.ReportInProductField.Selected
getset

Gets or Sets Selected


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