|   | FormSectionWithFieldsAddDefaultFields Method (Form, DataObjectType, Boolean, IntegerList) | 
 
            Adds default fields to the FormSection
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic void AddDefaultFields(
	Form form,
	DataObjectType dataObjectType,
	bool addOnlyFieldsNotInForm,
	IntegerList excludePropertyIds
)
Parameters
- form
 - Type: Omada.OE.ModelForm
            The form of this form section.
             - dataObjectType
 - Type: Omada.OE.ModelDataObjectType
            Adds the fields located on this type. - addOnlyFieldsNotInForm
 - Type: SystemBoolean
            If true only fields, which are not included in other sections are added.
             - excludePropertyIds
 - Type: IntegerList
 
See Also