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
CharacterIds
public List<Serial> CharacterIds { get; set; }
Property Value
CreatedUtc
public DateTime CreatedUtc { get; set; }
Property Value
public string Email { get; set; }
Property Value
Id
public Serial Id { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
LastLoginUtc
public DateTime LastLoginUtc { get; set; }
Property Value
PasswordHash
public string PasswordHash { get; set; }
Property Value
Username
public string Username { get; set; }