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

SigningGroupUser More...

Inheritance diagram for DocuSign.eSign.Model.SigningGroupUser:

Public Member Functions

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

Properties

string Email [get, set]
 Gets or Sets Email More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string UserName [get, set]
 The name of the group member. Maximum Length: 100 characters. More...
 

Detailed Description

SigningGroupUser

Constructor & Destructor Documentation

◆ SigningGroupUser()

DocuSign.eSign.Model.SigningGroupUser.SigningGroupUser ( string  Email = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  UserName = default(string) 
)
inline

Initializes a new instance of the SigningGroupUser class.

Parameters
EmailEmail.
ErrorDetailsArray or errors..
UserNameThe name of the group member. Maximum Length: 100 characters. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SigningGroupUser instances are equal

Parameters
otherInstance of SigningGroupUser to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Email

string DocuSign.eSign.Model.SigningGroupUser.Email
getset

Gets or Sets Email

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.SigningGroupUser.ErrorDetails
getset

Array or errors.

Array or errors.

◆ UserName

string DocuSign.eSign.Model.SigningGroupUser.UserName
getset

The name of the group member. Maximum Length: 100 characters.

The name of the group member. Maximum Length: 100 characters.


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