Click or drag to resize
FeeType Constructor

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

Initializes a new instance of the FeeType class

Namespace: _3LProServices.FastighetService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public FeeType(
	string id,
	string contractType,
	string ownerId,
	string number,
	string name,
	bool vatNever,
	bool isRent,
	int accountCreditRented,
	int accountCreditUnrented,
	int accountCreditInternal,
	int accountDebitUnrented,
	int accountDebitInternal
)

Parameters

id
Type: SystemString

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

contractType
Type: SystemString

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

ownerId
Type: SystemString

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

number
Type: SystemString

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

name
Type: SystemString

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

vatNever
Type: SystemBoolean

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

isRent
Type: SystemBoolean

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

accountCreditRented
Type: SystemInt32

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

accountCreditUnrented
Type: SystemInt32

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

accountCreditInternal
Type: SystemInt32

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

accountDebitUnrented
Type: SystemInt32

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

accountDebitInternal
Type: SystemInt32

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

See Also