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

Namespace: Fsolutions.Fbase.Contracts.BaseModels
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public HierarchischSelecteerbaarLijstItemModel(
	Object waarde,
	string tekst,
	string info,
	KlasseEnum klasse,
	bool isGeselecteerd = false,
	bool isUitgeklapt = false
)

Parameters

waarde
Type: SystemObject
tekst
Type: SystemString
info
Type: SystemString
klasse
Type: KlasseEnum
isGeselecteerd (Optional)
Type: SystemBoolean
isUitgeklapt (Optional)
Type: SystemBoolean
See Also