Class BattleNetClanCreationArgs
Inheritance
System.Object
BattleNetClanCreationArgs
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 BattleNetClanCreationArgs
Constructors
| Improve this Doc View SourceBattleNetClanCreationArgs(Int32, Int32, String, String, List<String>)
Declaration
public BattleNetClanCreationArgs(int cookie, int clantag, string clanname, string inviter, List<string> users)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | cookie | |
System.Int32 | clantag | |
System.String | clanname | |
System.String | inviter | |
System.Collections.Generic.List<System.String> | users |
Fields
| Improve this Doc View SourceClanname
Declaration
public string Clanname
Field Value
Type | Description |
---|---|
System.String |
Clantag
Declaration
public int Clantag
Field Value
Type | Description |
---|---|
System.Int32 |
Cookie
Declaration
public int Cookie
Field Value
Type | Description |
---|---|
System.Int32 |
Inviter
Declaration
public string Inviter
Field Value
Type | Description |
---|---|
System.String |
Users
Declaration
public List<string> Users
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |