AccountInfo

From Virtual World Web Wiki
Revision as of 21:05, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the AccountInfo class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A structure of information about a system account

Remarks [edit]

Properties

Guid AccountID {get; set;}
The globally unique identifier for the account
DateTime CreatedUtc {get; set;}
The UTC date the account was created
string Email {get; set;}
The user's email address (sign-on name)
PersonaInfo[] Personas {get; set;}
A list of personas (characters) owned by the account

Constructors

AccountInfo()