mikeownage.com

Site

News
Downloads
My Directory
Battle.net Archive
My YouTube
Contact Me

Gaming

Supreme Ruler

Projects

Asgard3
Asgard Server
Binary Gateway 2
Supreme Ruler Files
Supreme Ruler Toolkit

Clan

GDN
 Class UserDatabase
Generated by DocFX

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 Source

Users

Declaration
public Dictionary<string, UserItem> Users
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, UserItem>

Properties

| Improve this Doc View Source

UsersBanned

Declaration
public List<UserItem> UsersBanned { get; }
Property Value
Type Description
System.Collections.Generic.List<UserItem>
| Improve this Doc View Source

UsersInChannel

Declaration
public List<UserItem> UsersInChannel { get; }
Property Value
Type Description
System.Collections.Generic.List<UserItem>

Methods

| Improve this Doc View Source

Add(BattleNetFormatUser)

Declaration
public UserItem Add(BattleNetFormatUser user)
Parameters
Type Name Description
BattleNetFormatUser user
Returns
Type Description
UserItem
| Improve this Doc View Source

Find(BattleNetFormatUser)

Declaration
public UserItem Find(BattleNetFormatUser user)
Parameters
Type Name Description
BattleNetFormatUser user
Returns
Type Description
UserItem
| Improve this Doc View Source

ResetChannel()

Declaration
public void ResetChannel()
| Improve this Doc View Source

ResetFilter()

Declaration
public void ResetFilter()


Copyright © 2010 - 2025 mikeownage.com all rights reserved.