FormSectionWithFields Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class FormSectionWithFields : FormSectionBase, ICloneable
The FormSectionWithFields type exposes the following members.
| Name | Description | |
|---|---|---|
| FormSectionWithFields(Int32, AppString) | 
            Creates a form section with fields without any owner.
            Should only be called from the FormController
              | |
| FormSectionWithFields(Int32, Form, AppString) | 
            Form section with fields constructor
              | 
| Name | Description | |
|---|---|---|
| CanFold | 
            Can fold
              (Inherited from FormSectionBase.) | |
| ChangedBy | 
            Changed by
              (Inherited from FormSectionBase.) | |
| ChangeTime | 
            Change time
              (Inherited from FormSectionBase.) | |
| Cols | 
            Cols property
              | |
| CreatedBy | 
            Created by
              (Inherited from FormSectionBase.) | |
| CreateTime | 
            Create time
              (Inherited from FormSectionBase.) | |
| DataVersion | 
            Data version
              (Inherited from FormSectionBase.) | |
| Description | 
            Description can be null
              (Inherited from FormSectionBase.) | |
| Fields | 
            Form section fields
              | |
| Folded | 
            If folded
              (Inherited from FormSectionBase.) | |
| Hidden | 
            Hidden clientside
              (Inherited from FormSectionBase.) | |
| Id | 
            Form section base id
              (Inherited from FormSectionBase.) | |
| Name | 
            Name
              (Inherited from FormSectionBase.) | |
| Owner |  Obsolete.  
            This Owner field is not used any more
              (Inherited from FormSectionBase.) | |
| OwnerId | 
            Id of the form
              (Inherited from FormSectionBase.) | |
| UId | 
            Form section user id
              (Inherited from FormSectionBase.) | |
| VisibilityConditionPropertyId | 
            This is the id of the property which the visibility of this Form Section will be based on.
              (Inherited from FormSectionBase.) | |
| VisibilityConditionValue | 
            This is the value which will be compared to the property the visibility of this Form Section will be based on.
              (Inherited from FormSectionBase.) | |
| VOrder | 
            Vertical order
              (Inherited from FormSectionBase.) | 
| Name | Description | |
|---|---|---|
| AddDefaultFields(Form, DataObjectType, Boolean) | 
            Add default fileds
              | |
| AddDefaultFields(Form, DataObjectType, Boolean, IntegerList) | 
            Adds default fields to the FormSection
              | |
| AddField | 
            Adds a property field to the form section.
              | |
| AddFormSectionField | 
            Adds a form section field to the end of the Fields collection.
            Tip: Use AddField() instead!
              | |
| Clone | 
            Clone object
              (Overrides FormSectionBaseClone.) | |
| CompareItems | 
            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.
              | |
| CompareTo | 
            Compare to another object
              (Inherited from FormSectionBase.) | |
| GetFormSectionFieldIds | 
            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
              | |
| GetFormSectionFields | ||
| RemoveFormSectionField | 
            Removes a FormSectionField from the FormSection
            and reduces all FormSectionField's vorder for those with vorder greater
            than the removed FormSectionField
              | |
| RemoveFormSectionFields | 
            Removes FormSectionFields in the fields collection from the FormSection
            and aligns the vorders of the remaining fields
              | |
| ResetAll | 
            Nulstiller objektets id m.v.
              (Overrides FormSectionBaseResetAll.) | |
| SetId_ | (Overrides FormSectionBaseSetId_(Int32).) | |
| SetVOrder | 
            Set vertical order
              (Inherited from FormSectionBase.) | |
| SortChildrenVOrder | 
            Sort children in vertical order
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) | 
| Name | Description | |
|---|---|---|
| IObjectWithDataVersion.GetDataVersion | (Inherited from FormSectionBase.) | |
| IObjectWithGuid.GetGuid | (Inherited from FormSectionBase.) | |
| IObjectWithId.GetId | (Inherited from FormSectionBase.) |