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

UserSocialIdResult More...

Inheritance diagram for DocuSign.eSign.Model.UserSocialIdResult:

Public Member Functions

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

Properties

List< SocialAccountInformationSocialAccountInformation [get, set]
 Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.) More...
 
string UserId [get, set]
 Gets or Sets UserId More...
 

Detailed Description

UserSocialIdResult

Constructor & Destructor Documentation

◆ UserSocialIdResult()

DocuSign.eSign.Model.UserSocialIdResult.UserSocialIdResult ( List< SocialAccountInformation SocialAccountInformation = default(List<SocialAccountInformation>),
string  UserId = default(string) 
)
inline

Initializes a new instance of the UserSocialIdResult class.

Parameters
SocialAccountInformationContains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.).
UserIdUserId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UserSocialIdResult instances are equal

Parameters
otherInstance of UserSocialIdResult to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SocialAccountInformation

List<SocialAccountInformation> DocuSign.eSign.Model.UserSocialIdResult.SocialAccountInformation
getset

Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.)

Contains properties that map a DocuSign user to a social account (Facebook, Yahoo, etc.)

◆ UserId

string DocuSign.eSign.Model.UserSocialIdResult.UserId
getset

Gets or Sets UserId


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