Click or drag to resize

FormSectionWithFieldsAddField Method

Adds a property field to the form section.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public FormSectionField AddField(
	Form form,
	DataObjectType objectType,
	string property
)

Parameters

form
Type: Omada.OE.ModelForm
objectType
Type: Omada.OE.ModelDataObjectType
property
Type: SystemString
System name of the property to add a field for. The property must exist on the specified data object type.

Return Value

Type: FormSectionField
See Also