Click or drag to resize

FormSectionField Constructor (Int32, Int32, Int32, BaseProperty)

Form section field constructor

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionField(
	int id,
	int formSectionId,
	int dataObjectTypeId,
	BaseProperty property
)

Parameters

id
Type: SystemInt32
formSectionId
Type: SystemInt32
dataObjectTypeId
Type: SystemInt32
property
Type: Omada.OE.ModelBaseProperty
See Also