FormSectionField Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class FormSectionField : FieldContainer, IObjectWithId, IObjectWithGuid, ICloneable
The FormSectionField type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormSectionField(Int32, Int32, Int32, BaseProperty) |
Form section field constructor
|
![]() | FormSectionField(Int32, Int32, Int32, FixedField) |
Form sectin field constructor
|
Name | Description | |
---|---|---|
![]() | ColSpan |
ColSpan
|
![]() | DataObjectTypeId |
UId
|
![]() | FilterId |
Id of the filter attached to the FormSectionField
|
![]() | FixField |
Anvendes kun hvis PropertyId == 0
(Inherited from FieldContainer.) |
![]() | FormSectionId |
Form section id
|
![]() | Hidden |
Hidden (server side)
|
![]() | HiddenByVisibilityCondition |
Hidden (client side) by another control (see VisibilityConditionPropertyId/VisibilityConditionValue)
|
![]() | HiddenClientSide |
Is the field hidden client-side?
|
![]() | Id |
Id
|
![]() | LongDescription |
Can be null.
|
![]() | MaxListItems |
Maximum items to show in a reference property drop down control.
|
![]() | OnChangeHandlerId |
Angiver et BrowserEventHandlerId. Kan være 0.
|
![]() | PropertyId |
Id of the property which the field represents.
Is zero if the field represents a fixed field.
(Inherited from FieldContainer.) |
![]() | PropertySystemName |
System name of the property which the field represents.
(Inherited from FieldContainer.) |
![]() | ReadOnly |
Read only
|
![]() | RequiresChangedValue |
Angiver om der skal angives en NY værdi i feltet (d.v.s. at den skal adskille sig fra den eksisterende værdi).
Anvendes ikke for fixed fields pånær assignee.
|
![]() | RequiresValue |
Requires value
|
![]() | RowSpan |
RowSpan
|
![]() | SearchScreen |
This option is no longer supported!
|
![]() | Settings |
Contains a number of settings for the form field.
Setting keys are case-insensitive.
The characters '=' and ';' are neither allowed in the setting keys nor in the values.
Use AssignSettings() to assign from a settings-string.
Use GetSetting() to obtain the value of a setting.
|
![]() | ShortDescription |
Can be null.
|
![]() | TemplateObjectId |
Anvendes kun hvis form er processpecifik.
Data object template som feltet findes på.
Hvis denne er angivet indeholder DataObjectTypeID altid objektets type.
|
![]() | Title |
Angiver en e.v.t. alternativ titel for feltet.
Hvis den er null anvendes property’s eller fixed field’s name.
|
![]() | UId |
UId
|
![]() | VisibilityConditionPropertyId |
This is the id of the property which the visibility of this Form Section Field will be based on.
|
![]() | VisibilityConditionValue |
This is the value which will be compared to the property the visibility of this Form Section Field will be based on.
|
![]() | VOrder |
Vertical order
|
Name | Description | |
---|---|---|
![]() | AssignSettings |
Assigns a delimited string with settings.
|
![]() | Clone |
Clone
(Overrides FieldContainerClone.) |
![]() | CompareTo |
Compare to another object
|
![]() | ContainsFixedField | (Inherited from FieldContainer.) |
![]() | ContainsFixedField(FixedField) | (Inherited from FieldContainer.) |
![]() | ContainsProperty | (Inherited from FieldContainer.) |
![]() | ContainsProperty(Int32) | (Inherited from FieldContainer.) |
![]() | ContainsReferencePathFixedField | (Inherited from FieldContainer.) |
![]() | ContainsReferenceProperty | (Inherited from FieldContainer.) |
![]() | ContainsValueProperty | (Inherited from FieldContainer.) |
![]() | ContainsValuePropertyWithLog |
Returns whether the field contains a property with log.
If the property can't be located in the cache the method returns false.
(Inherited from FieldContainer.) |
![]() | FormatSettings |
Returns a formatted string with the settings.
|
![]() | GetDeleted | (Inherited from FieldContainer.) |
![]() | GetDescription | (Inherited from FieldContainer.) |
![]() | GetFieldType | (Inherited from FieldContainer.) |
![]() | GetId |
Returns the id of the field property if m_property != null, else return fixfield id
(Inherited from FieldContainer.) |
![]() | GetKey | (Inherited from FieldContainer.) |
![]() | GetName | (Inherited from FieldContainer.) |
![]() | GetName(Boolean) |
Gets the title of the field - if none exists the proeprty/fixed field name is returned.
(Overrides FieldContainerGetName(Boolean).) |
![]() | GetNegId |
Returns the id of the field property if m_propertyId != 0,
else return fixfield id negated.
(Inherited from FieldContainer.) |
![]() | GetProperty | (Inherited from FieldContainer.) |
![]() | GetPropertyType | (Inherited from FieldContainer.) |
![]() | GetSetting(String, Boolean) |
Returns the value of a setting which has datatype 'boolean'.
|
![]() | GetSetting(String, Int32) |
Returns the value of a setting which has datatype 'integer'.
|
![]() | GetSetting(String, String) |
Returns the value of a setting which has datatype 'string'.
|
![]() | GetValue(DataObjectVersion) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValue(DataObjectVersion, AppFormatInfo) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValue(DataObjectVersion, String) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValue(DataObjectVersion, AppFormatInfo, String) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValue(DataObjectVersion, String, Boolean) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValue(DataObjectVersion, AppFormatInfo, String, Boolean) |
Returns the value for the field from the provided DataObjectVersion.
(Inherited from FieldContainer.) |
![]() | GetValueUrl(DataObject) | (Inherited from FieldContainer.) |
![]() | GetValueUrl(DataObjectVersion) |
Returns a URL as the value.
It can be a URL if the field contains value property with the data type hyperlink.
(Inherited from FieldContainer.) |
![]() | GetWidthFactor |
Returns a number between 1 and 5.
The number is used in views and indicates a relative width of the field.
1 = very narrow, 2 = narrow, 3 = normal, 4 = wide, 5 = very wide.
(Inherited from FieldContainer.) |
![]() | IsEqualTo |
Method can determine whether two fields contains the same two
fixed fields or the same two properties based on their ID's.
(Inherited from FieldContainer.) |
![]() | IsValueType | (Inherited from FieldContainer.) |
![]() | PassesFilter | (Inherited from FieldContainer.) |
![]() | ResetAll |
Nulstiller objektets id m.v.
|
![]() | SetupPropertyFormatter | (Inherited from FieldContainer.) |
![]() | ToString | (Inherited from FieldContainer.) |
Name | Description | |
---|---|---|
![]() | AllowsMultipleValues |
Is always false for a fixed field.
(Inherited from FieldContainer.) |
![]() | FieldName |
Name of property or fixed field (in the active user's language)
(Inherited from FieldContainer.) |
![]() | FieldNameShort |
Short name of property or fixed field (in the active user's language).
Note: for properties FieldName and FieldNameShort are always the same.
(Inherited from FieldContainer.) |
![]() | PropertyDataType |
If the field contains a ValueProperty then PropertyDataType is the property's DataType.
If the field contains a SetProperty or ReferenceProperty then PropertyDataType is Text.
If the field contains a FixedField that can be mapped to a ValueProperty then the corresponding data type is returned.
Else then Text is returned.
(Inherited from FieldContainer.) |
![]() | PropertyType | (Inherited from FieldContainer.) |
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 | |
---|---|---|
![]() ![]() | IObjectWithGuid.GetGuid | |
![]() ![]() | IObjectWithId.GetId |