Click or drag to resize

FormSectionWithFieldsAddDefaultFields Method (Form, DataObjectType, Boolean)

Add default fileds

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AddDefaultFields(
	Form form,
	DataObjectType dataObjectType,
	bool addOnlyFieldsNotInForm
)

Parameters

form
Type: Omada.OE.ModelForm
dataObjectType
Type: Omada.OE.ModelDataObjectType
addOnlyFieldsNotInForm
Type: SystemBoolean
See Also