[]
        
(Showing Draft Content)

C1.DataCollection.ScopedFilterExpressionEx

ScopedFilterExpressionEx Class

Set of extension methods to work with scoped filter expressions

Inheritance
ScopedFilterExpressionEx
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public static class ScopedFilterExpressionEx

Methods

Name Description
GetExpresssionInScope(FilterExpression?, string)

Gets the expression corresponding to the specified scope.

IsExpresssionInScope(FilterExpression, string)

Gets whether the expression belongs to the specified scope.

RemoveExpressionInScope(FilterExpression?, string)

Removes the expression in the specified scope.

ReplaceExpressionInScope(FilterExpression?, string, FilterExpression?)

Replaces the expression in the specified scope by the newExpression.