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

Object representing a new user. More...

Inheritance diagram for DocuSign.eSign.Model.NewUser:

Public Member Functions

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

Properties

string ApiPassword [get, set]
 Contains a token that can be used for authentication in API calls instead of using the user name and password. More...
 
string CreatedDateTime [get, set]
 Indicates the date and time the item was created. More...
 
string Email [get, set]
 Gets or Sets Email More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string MembershipId [get, set]
 Gets or Sets MembershipId More...
 
string PermissionProfileId [get, set]
 Gets or Sets PermissionProfileId More...
 
string PermissionProfileName [get, set]
 Gets or Sets PermissionProfileName More...
 
string Uri [get, set]
 Gets or Sets Uri More...
 
string UserId [get, set]
 Specifies the user ID for the new user. More...
 
string UserName [get, set]
 Gets or Sets UserName More...
 
string UserStatus [get, set]
 Gets or Sets UserStatus More...
 

Detailed Description

Object representing a new user.

Constructor & Destructor Documentation

◆ NewUser()

DocuSign.eSign.Model.NewUser.NewUser ( string  ApiPassword = default(string),
string  CreatedDateTime = default(string),
string  Email = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  MembershipId = default(string),
string  PermissionProfileId = default(string),
string  PermissionProfileName = default(string),
string  Uri = default(string),
string  UserId = default(string),
string  UserName = default(string),
string  UserStatus = default(string) 
)
inline

Initializes a new instance of the NewUser class.

Parameters
ApiPasswordContains a token that can be used for authentication in API calls instead of using the user name and password..
CreatedDateTimeIndicates the date and time the item was created..
EmailEmail.
ErrorDetailsArray or errors..
MembershipIdMembershipId.
PermissionProfileIdPermissionProfileId.
PermissionProfileNamePermissionProfileName.
UriUri.
UserIdSpecifies the user ID for the new user..
UserNameUserName.
UserStatusUserStatus.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if NewUser instances are equal

Parameters
otherInstance of NewUser to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiPassword

string DocuSign.eSign.Model.NewUser.ApiPassword
getset

Contains a token that can be used for authentication in API calls instead of using the user name and password.

Contains a token that can be used for authentication in API calls instead of using the user name and password.

◆ CreatedDateTime

string DocuSign.eSign.Model.NewUser.CreatedDateTime
getset

Indicates the date and time the item was created.

Indicates the date and time the item was created.

◆ Email

string DocuSign.eSign.Model.NewUser.Email
getset

Gets or Sets Email

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.NewUser.ErrorDetails
getset

Array or errors.

Array or errors.

◆ MembershipId

string DocuSign.eSign.Model.NewUser.MembershipId
getset

Gets or Sets MembershipId

◆ PermissionProfileId

string DocuSign.eSign.Model.NewUser.PermissionProfileId
getset

Gets or Sets PermissionProfileId

◆ PermissionProfileName

string DocuSign.eSign.Model.NewUser.PermissionProfileName
getset

Gets or Sets PermissionProfileName

◆ Uri

string DocuSign.eSign.Model.NewUser.Uri
getset

Gets or Sets Uri

◆ UserId

string DocuSign.eSign.Model.NewUser.UserId
getset

Specifies the user ID for the new user.

Specifies the user ID for the new user.

◆ UserName

string DocuSign.eSign.Model.NewUser.UserName
getset

Gets or Sets UserName

◆ UserStatus

string DocuSign.eSign.Model.NewUser.UserStatus
getset

Gets or Sets UserStatus


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