Click or drag to resize

FormSectionWithText Class

Form section with text object
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFormSectionBase
    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 class FormSectionWithText : FormSectionBase, 
	ICloneable

The FormSectionWithText type exposes the following members.

Constructors
  NameDescription
Public methodFormSectionWithText(Int32, AppString)
Created a form section with text without any owner. Should only be called from the FormController.
Public methodFormSectionWithText(Int32, Form, AppString)
Constructor of FormSectionWithText object
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 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 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 propertyTextContent
Text content
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 methodClone (Inherited from FormSectionBase.)
Public methodCompareTo
Compare to another object
(Inherited from FormSectionBase.)
Public methodResetAll
Nulstiller objektets id m.v.
(Inherited from FormSectionBase.)
Protected methodSetId_ (Inherited from FormSectionBase.)
Public methodSetVOrder
Set vertical order
(Inherited from FormSectionBase.)
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