Show / Hide Table of Contents

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 Source

Email

Gets or sets user email address.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
View Source

Id

Gets or sets user id.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

Password

Gets or sets the user password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
View Source

SandboxId

Gets or sets the Sandbox Id.

Declaration
public string SandboxId { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX