Click or drag to resize

FormSectionWithFields Constructor (Int32, AppString)

Creates a form section with fields without any owner. Should only be called from the FormController

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionWithFields(
	int id,
	AppString name
)

Parameters

id
Type: SystemInt32
name
Type: Omada.OE.ModelAppString
See Also