Click or drag to resize
ModelCollectionT Constructor (String, String, Boolean, Boolean, Visibility, T)

Namespace: Fsolutions.Fbase.Contracts.BaseModels
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public ModelCollection(
	string label,
	string omschrijving,
	bool nullToegestaan,
	bool actief,
	Visibility zichtbaarheid,
	T[] items
)

Parameters

label
Type: SystemString
omschrijving
Type: SystemString
nullToegestaan
Type: SystemBoolean
actief
Type: SystemBoolean
zichtbaarheid
Type: System.WindowsVisibility
items
Type: T
See Also