Class SearchUtilities
Inheritance
SearchUtilities
Assembly: Unity.Cloud.Assets.dll
Syntax
public static class SearchUtilities
Methods
And(NumericRange, NumericRangePredicate)
Returns a predicate result of applying the AND operator to a NumericRange and a numeric range predicate.
Declaration
public static NumericRangePredicate And(this NumericRange lhs, NumericRangePredicate rhs)
Parameters
Returns
AndNot(NumericRange, NumericRangePredicate)
Returns a predicate result of applying the AND operator to a NumericRange and the negated numeric range predicate.
Declaration
public static NumericRangePredicate AndNot(this NumericRange lhs, NumericRangePredicate rhs)
Parameters
Returns
Or(NumericRange, NumericRangePredicate)
Returns a predicate result of applying the OR operator to a NumericRange and a numeric range predicate.
Declaration
public static NumericRangePredicate Or(this NumericRange lhs, NumericRangePredicate rhs)
Parameters
Returns
OrNot(NumericRange, NumericRangePredicate)
Returns a predicate result of applying the OR operator to a numeric range and the negated numeric range predicate.
Declaration
public static NumericRangePredicate OrNot(this NumericRange lhs, NumericRangePredicate rhs)
Parameters
Returns