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