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

SocialAccountInformation More...

Inheritance diagram for DocuSign.eSign.Model.SocialAccountInformation:

Public Member Functions

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

Properties

string Email [get, set]
 The users email address. More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string Provider [get, set]
 The social account provider (Facebook, Yahoo, etc.) More...
 
string SocialId [get, set]
 The ID provided by the Socal Account. More...
 
string UserName [get, set]
 The full user name for the account. More...
 

Detailed Description

SocialAccountInformation

Constructor & Destructor Documentation

◆ SocialAccountInformation()

DocuSign.eSign.Model.SocialAccountInformation.SocialAccountInformation ( string  Email = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Provider = default(string),
string  SocialId = default(string),
string  UserName = default(string) 
)
inline

Initializes a new instance of the SocialAccountInformation class.

Parameters
EmailThe users email address..
ErrorDetailsArray or errors..
ProviderThe social account provider (Facebook, Yahoo, etc.).
SocialIdThe ID provided by the Socal Account..
UserNameThe full user name for the account..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SocialAccountInformation instances are equal

Parameters
otherInstance of SocialAccountInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Email

string DocuSign.eSign.Model.SocialAccountInformation.Email
getset

The users email address.

The users email address.

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.SocialAccountInformation.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Provider

string DocuSign.eSign.Model.SocialAccountInformation.Provider
getset

The social account provider (Facebook, Yahoo, etc.)

The social account provider (Facebook, Yahoo, etc.)

◆ SocialId

string DocuSign.eSign.Model.SocialAccountInformation.SocialId
getset

The ID provided by the Socal Account.

The ID provided by the Socal Account.

◆ UserName

string DocuSign.eSign.Model.SocialAccountInformation.UserName
getset

The full user name for the account.

The full user name for the account.


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