UnresolvedFilterExpressionFixedFieldInfo Class | 
Namespace: Omada.OE.Model
public class FixedFieldInfo
The UnresolvedFilterExpressionFixedFieldInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| UnresolvedFilterExpressionFixedFieldInfo | 
| Name | Description | |
|---|---|---|
| AllowedOperators | 
            Allowed expression operators for the field.
              | |
| AllowedTypes | 
            Allowed data type(s) for a filter value for the field.
              | |
| Column | 
            Database column that the field is stored in.
              | |
| Field | ||
| IdType | 
            If the filter value(s) is id references then the type of these objects is in IdType.
              | |
| Table | 
            Database table that the field is stored in.
              | |
| ValueIsIdReference | 
            Is the filter value(s) for the field a set of id references? If so they type of referred objects is stored in IdType.
              | 
| 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.) |