| UnresolvedFilterExpression Constructor (String, ExpInnerOperator, Boolean, String) |
Constructs an UNRESOLVED expression with a property, operator and value.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic UnresolvedFilterExpression(
string property,
ExpInnerOperator operatr,
bool filterValue,
string path = null
)
Parameters
- property
- Type: SystemString
- operatr
- Type: Omada.OE.Model.PublicExpInnerOperator
- filterValue
- Type: SystemBoolean
- path (Optional)
- Type: SystemString
See Also