Click or drag to resize

FilterExpressionState Enumeration

State of an unresolved filter expression.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum FilterExpressionState
Members
  Member nameValueDescription
Unresolved0
Validated1 Operator is valid according to the left-side. Filter value data type is valid according to the left-side.
Converted2 Expression is validated and additionally all Guid ids are converted to int ids.
See Also