Class UserDatabase
Inheritance
System.Object
UserDatabase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class UserDatabase
Fields
| Improve this Doc View SourceUsers
Declaration
public Dictionary<string, UserItem> Users
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, UserItem> |
Properties
| Improve this Doc View SourceUsersBanned
Declaration
public List<UserItem> UsersBanned { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UserItem> |
UsersInChannel
Declaration
public List<UserItem> UsersInChannel { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UserItem> |
Methods
| Improve this Doc View SourceAdd(BattleNetFormatUser)
Declaration
public UserItem Add(BattleNetFormatUser user)
Parameters
Type | Name | Description |
---|---|---|
BattleNetFormatUser | user |
Returns
Type | Description |
---|---|
UserItem |
Find(BattleNetFormatUser)
Declaration
public UserItem Find(BattleNetFormatUser user)
Parameters
Type | Name | Description |
---|---|---|
BattleNetFormatUser | user |
Returns
Type | Description |
---|---|
UserItem |
ResetChannel()
Declaration
public void ResetChannel()
ResetFilter()
Declaration
public void ResetFilter()