Account : IAccount, IComparable<IAccount>, IComparable, IComparable<Account>
(static) void EventSink_Connected( ConnectedEventArgs e )
(static) void EventSink_Disconnected( DisconnectedEventArgs e )
(static) void EventSink_Login( LoginEventArgs e )
(static) string HashMD5( string phrase )
(static) string HashSHA1( string phrase )
(static) void Initialize()
(static) string[] LoadAccessCheck( XmlElement node )
(static) IPAddress[] LoadAddressList( XmlElement node )
(static) List<AccountComment> LoadComments( XmlElement node )
(static) Mobile[] LoadMobiles( XmlElement node )
(static) List<AccountTag> LoadTags( XmlElement node )
(ctor) Account( XmlElement node )
(ctor) Account( string username, string password )
AccessLevel AccessLevel( get; set; )
bool Banned( get; set; )
List<AccountComment> Comments( get; )
int Count( get; )
DateTime Created( get; )
string CryptPassword( get; set; )
int Flags( get; set; )
HardwareInfo HardwareInfo( get; set; )
bool Inactive( get; )
string[] IPRestrictions( get; set; )
Mobile Item( get; set; )
DateTime LastLogin( get; set; )
int Length( get; )
int Limit( get; )
IPAddress[] LoginIPs( get; set; )
string NewCryptPassword( get; set; )
string PlainPassword( get; set; )
List<AccountTag> Tags( get; )
TimeSpan TotalGameTime( get; )
string Username( get; set; )
bool Young( get; set; )
void AddTag( string name, string value )
bool CheckAccess( IPAddress ipAddress )
bool CheckAccess( NetState ns )
virtual bool CheckPassword( string plainPassword )
void CheckYoung()
virtual int CompareTo( Account other )
virtual int CompareTo( IAccount other )
virtual int CompareTo( object obj )
virtual void Delete()
bool GetBanTags( out DateTime banTime, out TimeSpan banDuration )
bool GetFlag( int index )
string GetTag( string name )
bool HasAccess( NetState ns )
bool HasAccess( IPAddress ipAddress )
void LogAccess( NetState ns )
void LogAccess( IPAddress ipAddress )
void RemoveTag( string name )
void RemoveYoungStatus( int message )
void Save( XmlTextWriter xml )
void SetBanTags( Mobile from, DateTime banTime, TimeSpan banDuration )
void SetFlag( int index, bool value )
virtual void SetPassword( string plainPassword )
void SetTag( string name, string value )
void SetUnspecifiedBan( Mobile from )
virtual string ToString()