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

Namespace: Fsolutions.Fbase.Contracts.Persoon
Assembly: Fsolutions.Fbase.Contracts (in Fsolutions.Fbase.Contracts.dll) Version: 1.4.330.0
Syntax
C#
public PersoonOrganisatieModel(
	string klant,
	Nullable<short> organisatieId,
	string organisatieNaam,
	bool isGeselecteerd
)

Parameters

klant
Type: SystemString
organisatieId
Type: SystemNullableInt16
organisatieNaam
Type: SystemString
isGeselecteerd
Type: SystemBoolean
See Also