Click or drag to resize

UnresolvedFilterExpressionFixedFieldInfo Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelUnresolvedFilterExpressionFixedFieldInfo

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

The UnresolvedFilterExpressionFixedFieldInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowedOperators
Allowed expression operators for the field.
Public propertyAllowedTypes
Allowed data type(s) for a filter value for the field.
Public propertyColumn
Database column that the field is stored in.
Public propertyField
Public propertyIdType
If the filter value(s) is id references then the type of these objects is in IdType.
Public propertyTable
Database table that the field is stored in.
Public propertyValueIsIdReference
Is the filter value(s) for the field a set of id references? If so they type of referred objects is stored in IdType.
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