|   | UnresolvedFilterExpression Constructor (String, ExpInnerOperator, Double, 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,
	double filterValue,
	string path = null
)
Parameters
- property
 - Type: SystemString
 - operatr
 - Type: Omada.OE.Model.PublicExpInnerOperator
 - filterValue
 - Type: SystemDouble
 - path (Optional)
 - Type: SystemString
 
See Also