| UnresolvedFilterExpression Constructor (String, ExpInnerOperator, Int32, String) |
Constructs an UNRESOLVED expression with a property, operator and value.
Use for a Set-, Reference- or Value-property of data type Integer.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic UnresolvedFilterExpression(
string property,
ExpInnerOperator operatr,
int filterValue,
string path = null
)
Parameters
- property
- Type: SystemString
- operatr
- Type: Omada.OE.Model.PublicExpInnerOperator
- filterValue
- Type: SystemInt32
- path (Optional)
- Type: SystemString
See Also