Click or drag to resize

FormFieldVOrderData Class

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogicFormFieldVOrderData

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class FormFieldVOrderData

The FormFieldVOrderData type exposes the following members.

Constructors
  NameDescription
Public methodFormFieldVOrderData
Top
Methods
  NameDescription
Public methodStatic memberDecrementFormFieldVOrder
Public methodStatic memberGetFormFieldMaxVOrder
Returns the highest vorder value for the fields belonging to the specified section.
Public methodStatic memberGetFormFieldVOrder
Public methodStatic memberIncrementFormFieldVOrder
Public methodStatic memberSetFormFieldVOrder
Sets the vorder of an existing form field. The vorder of the other fields are adjusted accordingly.
Public methodStatic memberSetFormFieldVOrderToLast
Sets the form field vorder to the last (highest) value.
Public methodStatic memberSetSectionFieldsVOrder
Sets the vorder of all the formfields specified in fieldIds. The vorder of a field will set corresponding to the field's position in fieldIds.
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
See Also