Class UserItem
Inheritance
System.Object
UserItem
Inherited Members
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
[Serializable]
public class UserItem
Constructors
|
Improve this Doc
View Source
UserItem()
Declaration
|
Improve this Doc
View Source
Declaration
public UserItem(BattleNetFormatUser user)
Parameters
Fields
|
Improve this Doc
View Source
BanTime
Declaration
Field Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
InChannel
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsIdle
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Join1
Declaration
Field Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LastFlagUpdate
Declaration
public long LastFlagUpdate
Field Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LastMessageCount
Declaration
public int LastMessageCount
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
User
Declaration
public BattleNetFormatUser User
Field Value
Properties
|
Improve this Doc
View Source
BanReason
Declaration
public string BanReason { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FilterId
Declaration
public int FilterId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Infractions
Declaration
public int Infractions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsBanned
Declaration
public bool IsBanned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFiltered
Declaration
public bool IsFiltered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastMessage
Declaration
public string LastMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastMessageTime
Declaration
public DateTime LastMessageTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
LastMessageTimeSpanFromNow
Declaration
public TimeSpan LastMessageTimeSpanFromNow { get; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
LastTalk
Declaration
public DateTime LastTalk { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
LastTalkCount
Declaration
public string LastTalkCount { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
BanUser(String)
Declaration
public string BanUser(string reason)
Parameters
Type |
Name |
Description |
System.String |
reason |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BanUser(String, Int32)
Declaration
public string BanUser(string reason, int greaterThanTime)
Parameters
Type |
Name |
Description |
System.String |
reason |
|
System.Int32 |
greaterThanTime |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExceedsBanTime(Int32)
Declaration
public bool ExceedsBanTime(int milliseconds)
Parameters
Type |
Name |
Description |
System.Int32 |
milliseconds |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ExceedsFlagUpdateTime(Int32)
Declaration
public bool ExceedsFlagUpdateTime(int milliseconds)
Parameters
Type |
Name |
Description |
System.Int32 |
milliseconds |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LockFilterStatus(Boolean)
Declaration
public void LockFilterStatus(bool status)
Parameters
Type |
Name |
Description |
System.Boolean |
status |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()