Click or drag to resize

FormSectionBase Class

Base class for form section
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFormSectionBase
    Omada.OE.ModelFormSectionWithFields
    Omada.OE.ModelFormSectionWithText

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

The FormSectionBase type exposes the following members.

Constructors
  NameDescription
Public methodFormSectionBase(Int32, AppString)
Created a form section without any owner. Should only be called from the FormController
Public methodFormSectionBase(Int32, Form, AppString)
Form section base constructor
Top
Properties
  NameDescription
Public propertyCanFold
Can fold
Public propertyChangedBy
Changed by
Public propertyChangeTime
Change time
Public propertyCreatedBy
Created by
Public propertyCreateTime
Create time
Public propertyDataVersion
Data version
Public propertyDescription
Description can be null
Public propertyFolded
If folded
Public propertyHidden
Hidden clientside
Public propertyId
Form section base id
Public propertyName
Name
Public propertyOwner Obsolete.
This Owner field is not used any more
Public propertyOwnerId
Id of the form
Public propertyUId
Form section user id
Public propertyVisibilityConditionPropertyId
This is the id of the property which the visibility of this Form Section will be based on.
Public propertyVisibilityConditionValue
This is the value which will be compared to the property the visibility of this Form Section will be based on.
Public propertyVOrder
Vertical order
Top
Methods
  NameDescription
Public methodClone
Public methodCompareTo
Compare to another object
Public methodResetAll
Nulstiller objektets id m.v.
Protected methodSetId_
Public methodSetVOrder
Set 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