| DataObjectFilterGetValidExpressionFields Method |
Returns a collection of fields (properties and fixed fields) that are valid to be used in the filter's expressions.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic FieldContainers GetValidExpressionFields(
DataObjectTypes filterTypes
)
Parameters
- filterTypes
- Type: Omada.OE.ModelDataObjectTypes
The collection should normally contain the data object types that the filter filters on.
If, however, the method is used to retrieve valid fields for an expression that has a reference path, then filterTypes should contain all DOT's in the system.
Return Value
Type:
FieldContainers
See Also