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 UserItem
Generated by DocFX

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()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
[Serializable]
public class UserItem

Constructors

| Improve this Doc View Source

UserItem()

Declaration
public UserItem()
| Improve this Doc View Source

UserItem(BattleNetFormatUser)

Declaration
public UserItem(BattleNetFormatUser user)
Parameters
Type Name Description
BattleNetFormatUser user

Fields

| Improve this Doc View Source

BanTime

Declaration
public long BanTime
Field Value
Type Description
System.Int64
| Improve this Doc View Source

InChannel

Declaration
public bool InChannel
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIdle

Declaration
public bool IsIdle
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Join1

Declaration
public long Join1
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
Type Description
BattleNetFormatUser

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()


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