Click or drag to resize
GebrekDataModel Constructor (DataModelPropertyInt16, DataModelPropertyNullableInt16, DataModelPropertyString, DataModelPropertyString, DataModelPropertyString, DataModelPropertyNullableByte, DataModelPropertyNullableByte)
Initializes a new instance of the GebrekDataModel class

Namespace: Fsolutions.Fbase.Contracts.Gebrek
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public GebrekDataModel(
	DataModelProperty<short> id,
	DataModelProperty<Nullable<short>> nen2767Bouwinstallatiedeel,
	DataModelProperty<string> code,
	DataModelProperty<string> naam,
	DataModelProperty<string> omschrijving,
	DataModelProperty<Nullable<byte>> gebrekErnst,
	DataModelProperty<Nullable<byte>> gebrekIntensiteit
)

Parameters

id
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyInt16
nen2767Bouwinstallatiedeel
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyNullableInt16
code
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyString
naam
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyString
omschrijving
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyString
gebrekErnst
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyNullableByte
gebrekIntensiteit
Type: Fsolutions.Fbase.Contracts.BaseModelsDataModelPropertyNullableByte
See Also