Class BattleNetFormatUser
Inheritance
System.Object
BattleNetFormatUser
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()
Assembly: Asgard3.Core.dll
public class BattleNetFormatUser
Constructors
|
Improve this Doc
View Source
Declaration
public BattleNetFormatUser()
|
Improve this Doc
View Source
Declaration
public BattleNetFormatUser(string username, int ping, BattleNetUserFlags flags, byte[] info)
Parameters
Type |
Name |
Description |
System.String |
username |
|
System.Int32 |
ping |
|
BattleNetUserFlags |
flags |
|
System.Byte[] |
info |
|
Properties
|
Improve this Doc
View Source
Declaration
public string CharacterName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Clan { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Client { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public BattleNetD2StatsCharacterClass D2CharacterClass { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public BattleNetD2CharacterFlags D2CharacterFlags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public BattleNetD2ExpansionActs D2ExpansionActs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool D2IsExpansion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool D2IsLadder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public BattleNetD2OriginalActs D2OriginalActs { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public BattleNetUserFlags Flags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int HighLadderRating { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Information { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool IsD2 { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsIgnored { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsOperator { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsRepresentative { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsStandard { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsWar3 { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int LadderRank { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int LadderRating { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int LoadNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool OpenCharacter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int Ping { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public byte[] RawData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Declaration
public string Realm { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string UnformattedName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int Wins { get; set; }
Property Value
Type |
Description |
System.Int32 |
|