Click or drag to resize
GebouwDeelElementConditieDataModel Constructor
Initializes a new instance of the GebouwDeelElementConditieDataModel class

Namespace: Fsolutions.Fbase.Contracts.Inspectie
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public GebouwDeelElementConditieDataModel(
	int gebouwDeelElementId,
	byte conditieTypeId,
	byte conditieWaarde
)

Parameters

gebouwDeelElementId
Type: SystemInt32
conditieTypeId
Type: SystemByte
conditieWaarde
Type: SystemByte
See Also