Initializes a new instance of the Account..::..CharacterInfo class

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
internal CharacterInfo(
	int id,
	string name,
	string info,
	DateTime created,
	DateTime lastOnline,
	int age,
	Account..::..AccountInfo accountInfo
)

Parameters

id
Type: System..::..Int32

[Missing <param name="id"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

info
Type: System..::..String

[Missing <param name="info"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

created
Type: System..::..DateTime

[Missing <param name="created"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

lastOnline
Type: System..::..DateTime

[Missing <param name="lastOnline"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

age
Type: System..::..Int32

[Missing <param name="age"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

accountInfo
Type: BaseLib.Util..::..Account..::..AccountInfo

[Missing <param name="accountInfo"/> documentation for "M:BaseLib.Util.Account.CharacterInfo.#ctor(System.Int32,System.String,System.String,System.DateTime,System.DateTime,System.Int32,BaseLib.Util.Account.AccountInfo)"]

See Also