Class SerializableUser
A simple class used for serializing PhoenixUser.
Inheritance
System.Object
SerializableUser
Namespace: Phoenix.Users
Assembly: Phoenix.Abstractions.Users.dll
Syntax
[Serializable]
public class SerializableUser : BindableBase
Properties
View SourceGets or sets user email address.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets user id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSelected
Gets or sets a value indicating whether or not this serializable user is selected.
Declaration
public bool? IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Password
Gets or sets the user password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SandboxId
Gets or sets the Sandbox Id.
Declaration
public string SandboxId { get; set; }
Property Value
Type | Description |
---|---|
System.String |