Click or drag to resize

FormSectionWithFields Methods

The FormSectionWithFields type exposes the following members.

Methods
  NameDescription
Public methodAddDefaultFields(Form, DataObjectType, Boolean)
Add default fileds
Public methodAddDefaultFields(Form, DataObjectType, Boolean, IntegerList)
Adds default fields to the FormSection
Public methodAddField
Adds a property field to the form section.
Public methodAddFormSectionField
Adds a form section field to the end of the Fields collection. Tip: Use AddField() instead!
Public methodClone
Clone object
(Overrides FormSectionBaseClone.)
Public methodCompareItems
Foretager sammenligning af FormSectionFields med en anden FormSection. Der returneres en liste af de FormSectionFields som enten ikke findes i formSectionCompare eller hvis indhold adskiller sig fra det tilsvarende FormSectionField i formSectionCompare.
Public methodCompareTo
Compare to another object
(Inherited from FormSectionBase.)
Public methodGetFormSectionFieldIds
returns an integerlist containing ids of the fields that belong to the section the field ids in the idlist are ordered by the field vorder
Public methodGetFormSectionFields
Public methodRemoveFormSectionField
Removes a FormSectionField from the FormSection and reduces all FormSectionField's vorder for those with vorder greater than the removed FormSectionField
Public methodRemoveFormSectionFields
Removes FormSectionFields in the fields collection from the FormSection and aligns the vorders of the remaining fields
Public methodResetAll
Nulstiller objektets id m.v.
(Overrides FormSectionBaseResetAll.)
Protected methodSetId_ (Overrides FormSectionBaseSetId_(Int32).)
Public methodSetVOrder
Set vertical order
(Inherited from FormSectionBase.)
Public methodSortChildrenVOrder
Sort children in vertical order
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also