Class RealmServerItem
Inheritance
System.Object
RealmServerItem
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 RealmServerItem
Constructors
| Improve this Doc View SourceRealmServerItem(Int32, String, String)
Declaration
public RealmServerItem(int unknown, string title, string description)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | unknown | |
System.String | title | |
System.String | description |
Fields
| Improve this Doc View SourceDescription
Declaration
public string Description
Field Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title
Field Value
Type | Description |
---|---|
System.String |
Unknown
Declaration
public int Unknown
Field Value
Type | Description |
---|---|
System.Int32 |