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

UserInfo More...

Inheritance diagram for DocuSign.eSign.Model.UserInfo:

Public Member Functions

 UserInfo (string AccountId=default(string), string AccountName=default(string), string ActivationAccessCode=default(string), string Email=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string IpAddress=default(string), string LoginStatus=default(string), string MembershipId=default(string), string SendActivationEmail=default(string), string Uri=default(string), string UserId=default(string), string UserName=default(string), string UserStatus=default(string), string UserType=default(string))
 Initializes a new instance of the UserInfo 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 (UserInfo other)
 Returns true if UserInfo instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountId [get, set]
 The account ID associated with the envelope. More...
 
string AccountName [get, set]
 Gets or Sets AccountName More...
 
string ActivationAccessCode [get, set]
 Gets or Sets ActivationAccessCode More...
 
string Email [get, set]
 Gets or Sets Email More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string IpAddress [get, set]
 Gets or Sets IpAddress More...
 
string LoginStatus [get, set]
 Gets or Sets LoginStatus More...
 
string MembershipId [get, set]
 Gets or Sets MembershipId More...
 
string SendActivationEmail [get, set]
 Gets or Sets SendActivationEmail More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 
string UserId [get, set]
 Gets or Sets UserId More...
 
string UserName [get, set]
 Gets or Sets UserName More...
 
string UserStatus [get, set]
 Gets or Sets UserStatus More...
 
string UserType [get, set]
 Gets or Sets UserType More...
 

Detailed Description

UserInfo

Constructor & Destructor Documentation

◆ UserInfo()

DocuSign.eSign.Model.UserInfo.UserInfo ( string  AccountId = default(string),
string  AccountName = default(string),
string  ActivationAccessCode = default(string),
string  Email = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  IpAddress = default(string),
string  LoginStatus = default(string),
string  MembershipId = default(string),
string  SendActivationEmail = default(string),
string  Uri = default(string),
string  UserId = default(string),
string  UserName = default(string),
string  UserStatus = default(string),
string  UserType = default(string) 
)
inline

Initializes a new instance of the UserInfo class.

Parameters
AccountIdThe account ID associated with the envelope..
AccountNameAccountName.
ActivationAccessCodeActivationAccessCode.
EmailEmail.
ErrorDetailsArray or errors..
IpAddressIpAddress.
LoginStatusLoginStatus.
MembershipIdMembershipId.
SendActivationEmailSendActivationEmail.
UriUri.
UserIdUserId.
UserNameUserName.
UserStatusUserStatus.
UserTypeUserType.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UserInfo instances are equal

Parameters
otherInstance of UserInfo to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.UserInfo.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ AccountName

string DocuSign.eSign.Model.UserInfo.AccountName
getset

Gets or Sets AccountName

◆ ActivationAccessCode

string DocuSign.eSign.Model.UserInfo.ActivationAccessCode
getset

Gets or Sets ActivationAccessCode

◆ Email

string DocuSign.eSign.Model.UserInfo.Email
getset

Gets or Sets Email

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.UserInfo.ErrorDetails
getset

Array or errors.

Array or errors.

◆ IpAddress

string DocuSign.eSign.Model.UserInfo.IpAddress
getset

Gets or Sets IpAddress

◆ LoginStatus

string DocuSign.eSign.Model.UserInfo.LoginStatus
getset

Gets or Sets LoginStatus

◆ MembershipId

string DocuSign.eSign.Model.UserInfo.MembershipId
getset

Gets or Sets MembershipId

◆ SendActivationEmail

string DocuSign.eSign.Model.UserInfo.SendActivationEmail
getset

Gets or Sets SendActivationEmail

◆ Uri

string DocuSign.eSign.Model.UserInfo.Uri
getset

Gets or Sets Uri

◆ UserId

string DocuSign.eSign.Model.UserInfo.UserId
getset

Gets or Sets UserId

◆ UserName

string DocuSign.eSign.Model.UserInfo.UserName
getset

Gets or Sets UserName

◆ UserStatus

string DocuSign.eSign.Model.UserInfo.UserStatus
getset

Gets or Sets UserStatus

◆ UserType

string DocuSign.eSign.Model.UserInfo.UserType
getset

Gets or Sets UserType


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