Click or drag to resize

FormSectionWithFields Constructor (Int32, Form, AppString)

Form section with fields constructor

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

Parameters

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