| DataObjectFilterExpressionValidateProperties Method |
Validates that the (eventual) left and right property exists in the data object types used for the (parent) filter.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool ValidateProperties(
DataObjectTypes filterTypes,
out string message
)
Parameters
- filterTypes
- Type: Omada.OE.ModelDataObjectTypes
Must contain exactly the data object types used by the filter (no more - no less).
Must be empty if the filter doesn't filter on any data object types.
- message
- Type: SystemString
Return Value
Type:
Boolean
See Also