Class BattleNetProfile
Inheritance
System.Object
BattleNetProfile
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
Syntax
public class BattleNetProfile
Constructors
|
Improve this Doc
View Source
BattleNetProfile(String, BattleNetProfileRequestType, Boolean, List<String>)
Declaration
public BattleNetProfile(string user, BattleNetProfileRequestType type, bool isreadonly, List<string> keys)
Parameters
Type |
Name |
Description |
System.String |
user |
|
BattleNetProfileRequestType |
type |
|
System.Boolean |
isreadonly |
|
System.Collections.Generic.List<System.String> |
keys |
|
Properties
|
Improve this Doc
View Source
AccountCreated
Declaration
public DateTime AccountCreated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
AccountCreatedRaw
Declaration
public int AccountCreatedRaw { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Age
Declaration
public string Age { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastLogoff
Declaration
public DateTime LastLogoff { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
LastLogoffRaw
Declaration
public int LastLogoffRaw { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastLogon
Declaration
public DateTime LastLogon { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
LastLogonRaw
Declaration
public int LastLogonRaw { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProfileType
Declaration
public BattleNetProfileRequestType ProfileType { get; set; }
Property Value
|
Improve this Doc
View Source
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Sex
Declaration
public string Sex { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TotalTimeLogged
Declaration
public TimeSpan TotalTimeLogged { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|