Click or drag to resize

FormSectionWithFields Class

Form section with filds object
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFormSectionBase
    Omada.OE.ModelFormSectionWithFields

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class FormSectionWithFields : FormSectionBase, 
	ICloneable

The FormSectionWithFields type exposes the following members.

Constructors
  NameDescription
Public methodFormSectionWithFields(Int32, AppString)
Creates a form section with fields without any owner. Should only be called from the FormController
Public methodFormSectionWithFields(Int32, Form, AppString)
Form section with fields constructor
Top
Properties
  NameDescription
Public propertyCanFold
Can fold
(Inherited from FormSectionBase.)
Public propertyChangedBy
Changed by
(Inherited from FormSectionBase.)
Public propertyChangeTime
Change time
(Inherited from FormSectionBase.)
Public propertyCols
Cols property
Public propertyCreatedBy
Created by
(Inherited from FormSectionBase.)
Public propertyCreateTime
Create time
(Inherited from FormSectionBase.)
Public propertyDataVersion
Data version
(Inherited from FormSectionBase.)
Public propertyDescription
Description can be null
(Inherited from FormSectionBase.)
Public propertyFields
Form section fields
Public propertyFolded
If folded
(Inherited from FormSectionBase.)
Public propertyHidden
Hidden clientside
(Inherited from FormSectionBase.)
Public propertyId
Form section base id
(Inherited from FormSectionBase.)
Public propertyName
Name
(Inherited from FormSectionBase.)
Public propertyOwner Obsolete.
This Owner field is not used any more
(Inherited from FormSectionBase.)
Public propertyOwnerId
Id of the form
(Inherited from FormSectionBase.)
Public propertyUId
Form section user id
(Inherited from FormSectionBase.)
Public propertyVisibilityConditionPropertyId
This is the id of the property which the visibility of this Form Section will be based on.
(Inherited from FormSectionBase.)
Public propertyVisibilityConditionValue
This is the value which will be compared to the property the visibility of this Form Section will be based on.
(Inherited from FormSectionBase.)
Public propertyVOrder
Vertical order
(Inherited from FormSectionBase.)
Top
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