Click or drag to resize
IGebouwDeelElementActiviteitKostenBerekenenKosten Method

Namespace: Fsolutions.Fbase.Contracts.GebouwDeelElementActiviteitKosten
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
GebouwDeelElementActiviteitKostenModel[] BerekenenKosten(
	short organisatieId,
	short jaarAanvang,
	short prijsPeil,
	short jaarBeeindiging,
	byte cyclus,
	decimal prijs,
	int aantal
)

Parameters

organisatieId
Type: SystemInt16
jaarAanvang
Type: SystemInt16
prijsPeil
Type: SystemInt16
jaarBeeindiging
Type: SystemInt16
cyclus
Type: SystemByte
prijs
Type: SystemDecimal
aantal
Type: SystemInt32

Return Value

Type: GebouwDeelElementActiviteitKostenModel
See Also