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

FavoriteTemplatesInfo More...

Inheritance diagram for DocuSign.eSign.Model.FavoriteTemplatesInfo:

Public Member Functions

 FavoriteTemplatesInfo (ErrorDetails ErrorDetails=default(ErrorDetails), List< FavoriteTemplatesContentItem > FavoriteTemplates=default(List< FavoriteTemplatesContentItem >), int? TemplatesUpdatedCount=default(int?))
 Initializes a new instance of the FavoriteTemplatesInfo 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 (FavoriteTemplatesInfo other)
 Returns true if FavoriteTemplatesInfo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
List< FavoriteTemplatesContentItemFavoriteTemplates [get, set]
 Gets or Sets FavoriteTemplates More...
 
int TemplatesUpdatedCount [get, set]
 Gets or Sets TemplatesUpdatedCount More...
 

Detailed Description

FavoriteTemplatesInfo

Constructor & Destructor Documentation

◆ FavoriteTemplatesInfo()

DocuSign.eSign.Model.FavoriteTemplatesInfo.FavoriteTemplatesInfo ( ErrorDetails  ErrorDetails = default(ErrorDetails),
List< FavoriteTemplatesContentItem FavoriteTemplates = default(List<FavoriteTemplatesContentItem>),
int?  TemplatesUpdatedCount = default(int?) 
)
inline

Initializes a new instance of the FavoriteTemplatesInfo class.

Parameters
ErrorDetailsArray or errors..
FavoriteTemplatesFavoriteTemplates.
TemplatesUpdatedCountTemplatesUpdatedCount.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if FavoriteTemplatesInfo instances are equal

Parameters
otherInstance of FavoriteTemplatesInfo to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.FavoriteTemplatesInfo.ErrorDetails
getset

Array or errors.

Array or errors.

◆ FavoriteTemplates

List<FavoriteTemplatesContentItem> DocuSign.eSign.Model.FavoriteTemplatesInfo.FavoriteTemplates
getset

Gets or Sets FavoriteTemplates

◆ TemplatesUpdatedCount

int DocuSign.eSign.Model.FavoriteTemplatesInfo.TemplatesUpdatedCount
getset

Gets or Sets TemplatesUpdatedCount


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