Class BattleNetClanUser
Inheritance
System.Object
BattleNetClanUser
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 BattleNetClanUser
Constructors
| Improve this Doc View SourceBattleNetClanUser(String, Byte, Byte, String)
Declaration
public BattleNetClanUser(string username, byte rank, byte onlineStatus, string location)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | |
System.Byte | rank | |
System.Byte | onlineStatus | |
System.String | location |
Fields
| Improve this Doc View SourceLocation
Declaration
public string Location
Field Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Rank
Declaration
public BattleNetClanRank Rank
Field Value
Type | Description |
---|---|
BattleNetClanRank |
Status
Declaration
public BattleNetClanStatus Status
Field Value
Type | Description |
---|---|
BattleNetClanStatus |