Click or drag to resize
IndexNumber Constructor (String, String, Int32, Int32, Decimal)

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

Initializes a new instance of the IndexNumber class

Namespace: _3LProServices.FastighetService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public IndexNumber(
	string id,
	string indexSerieId,
	int year,
	int month,
	decimal indexValue
)

Parameters

id
Type: SystemString

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

indexSerieId
Type: SystemString

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

year
Type: SystemInt32

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

month
Type: SystemInt32

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

indexValue
Type: SystemDecimal

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

See Also