FormSectionBase Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public abstract class FormSectionBase : IObjectWithId, IObjectWithGuid, IObjectWithDataVersion, ICloneable
The FormSectionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormSectionBase(Int32, AppString) |
Created a form section without any owner.
Should only be called from the FormController
|
![]() | FormSectionBase(Int32, Form, AppString) |
Form section base constructor
|
Name | Description | |
---|---|---|
![]() | CanFold |
Can fold
|
![]() | ChangedBy |
Changed by
|
![]() | ChangeTime |
Change time
|
![]() | CreatedBy |
Created by
|
![]() | CreateTime |
Create time
|
![]() | DataVersion |
Data version
|
![]() | Description |
Description can be null
|
![]() | Folded |
If folded
|
![]() | Hidden |
Hidden clientside
|
![]() | Id |
Form section base id
|
![]() | Name |
Name
|
![]() | Owner | Obsolete.
This Owner field is not used any more
|
![]() | OwnerId |
Id of the form
|
![]() | UId |
Form section user id
|
![]() | VisibilityConditionPropertyId |
This is the id of the property which the visibility of this Form Section will be based on.
|
![]() | VisibilityConditionValue |
This is the value which will be compared to the property the visibility of this Form Section will be based on.
|
![]() | VOrder |
Vertical order
|
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | CompareTo |
Compare to another object
|
![]() | ResetAll |
Nulstiller objektets id m.v.
|
![]() | SetId_ | |
![]() | SetVOrder |
Set 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.) |