Click or drag to resize

FormSectionFieldState Class

The class models the overload of fields on a form section. The Activity class contains a collection of FormSectionFieldState objects.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelFormSectionFieldState

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

The FormSectionFieldState type exposes the following members.

Constructors
  NameDescription
Public methodFormSectionFieldState
Top
Properties
  NameDescription
Public propertyFieldId
Rummer Id for et FormSectionField.
Public propertyState
Gives field state
Top
Methods
  NameDescription
Public methodClone
Clone form section field
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
  NameDescription
Explicit interface implementationPrivate methodIObjectWithId.GetId
Top
See Also