Table of Contents

Class UOAccountEntity

Namespace
Moongate.UO.Data.Persistence.Entities
Assembly
Moongate.UO.Data.dll

Represents a persisted account with character ownership metadata.

public class UOAccountEntity
Inheritance
UOAccountEntity
Inherited Members

Properties

AccountType

public AccountType AccountType { get; set; }

Property Value

AccountType

CharacterIds

public List<Serial> CharacterIds { get; set; }

Property Value

List<Serial>

CreatedUtc

public DateTime CreatedUtc { get; set; }

Property Value

DateTime

Email

public string Email { get; set; }

Property Value

string

Id

public Serial Id { get; set; }

Property Value

Serial

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

LastLoginUtc

public DateTime LastLoginUtc { get; set; }

Property Value

DateTime

PasswordHash

public string PasswordHash { get; set; }

Property Value

string

Username

public string Username { get; set; }

Property Value

string