|
| | 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) |
| |
|
| 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...
|
| |
Object representing a new user.