Click or drag to resize

UnresolvedFilterExpression Constructor (String, ExpInnerOperator, IEnumerableInt32, 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
Syntax
C#
public UnresolvedFilterExpression(
	string property,
	ExpInnerOperator operatr,
	IEnumerable<int> filterValue,
	string path = null
)

Parameters

property
Type: SystemString
operatr
Type: Omada.OE.Model.PublicExpInnerOperator
filterValue
Type: System.Collections.GenericIEnumerableInt32
path (Optional)
Type: SystemString
See Also