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

Namespace: Fsolutions.Fbase.Contracts.ZoekVenster
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public ZoekResultaat(
	string titel,
	List<string> kolommen,
	List<List<Object>> rijen
)

Parameters

titel
Type: SystemString
kolommen
Type: System.Collections.GenericListString
rijen
Type: System.Collections.GenericListListObject
See Also