Click or drag to resize

FormSectionBase Constructor (Int32, AppString)

Created a form section 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 FormSectionBase(
	int id,
	AppString name
)

Parameters

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