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

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

Syntax

C#
internal AccountInfo(
	int id,
	string email,
	bool publicEmail,
	string realName,
	string location,
	string homepage,
	DateTime created
)

Parameters

id
Type: System..::..Int32

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

email
Type: System..::..String

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

publicEmail
Type: System..::..Boolean

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

realName
Type: System..::..String

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

location
Type: System..::..String

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

homepage
Type: System..::..String

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

created
Type: System..::..DateTime

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

See Also