Click or drag to resize
Account Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Account class

Namespace: _3LProServices.FastighetService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public Account(
	string id,
	string name,
	int accountNumber,
	int accountType
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:_3LProServices.FastighetService.Account.#ctor(System.String,System.String,System.Int32,System.Int32)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:_3LProServices.FastighetService.Account.#ctor(System.String,System.String,System.Int32,System.Int32)"]

accountNumber
Type: SystemInt32

[Missing <param name="accountNumber"/> documentation for "M:_3LProServices.FastighetService.Account.#ctor(System.String,System.String,System.Int32,System.Int32)"]

accountType
Type: SystemInt32

[Missing <param name="accountType"/> documentation for "M:_3LProServices.FastighetService.Account.#ctor(System.String,System.String,System.Int32,System.Int32)"]

See Also