(static) string[] LoadAccessCheck( XmlElement node )
(static) IPAddress[] LoadAddressList( XmlElement node )
(static) ArrayList LoadComments( XmlElement node )
(static) Mobile[] LoadMobiles( XmlElement node )
(static) ArrayList LoadTags( XmlElement node )
(ctor) Account( XmlElement node )
(ctor) Account( string username, string password )
AccessLevel AccessLevel( get; set; )
bool Banned( get; set; )
ArrayList Comments( get; )
DateTime Created( get; )
int Flags( get; set; )
string[] IPRestrictions( get; set; )
Mobile Item( get; set; )
DateTime LastLogin( get; set; )
IPAddress[] LoginIPs( get; set; )
string Password( get; set; )
ArrayList Tags( get; )
string Username( get; set; )
void AddTag( string name, string value )
bool CheckAccess( NetState ns )
bool GetFlag( int index )
string GetTag( string name )
void Save( XmlTextWriter xml )
void SetFlag( int index, bool value )
void SetTag( string name, string value )