Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / FilterBinaryExpression Class
Properties Methods

In This Topic
    FilterBinaryExpression Class Members
    In This Topic

    The following tables list the members exposed by FilterBinaryExpression.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FilterBinaryExpression class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the expressions that are combined. (Inherited from C1.DataCollection.FilterNaryExpression)
    Public PropertyGets the logical operator applied between the expressions. (Inherited from C1.DataCollection.FilterNaryExpression)
    Public PropertyGets the left expression.  
    Public PropertyGets the right expression.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.DataCollection.FilterNaryExpression)
    Public Method (Inherited from C1.DataCollection.FilterNaryExpression)
    Public MethodReturns a System.String that represents this instance. (Inherited from C1.DataCollection.FilterNaryExpression)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodGets the expression corresponding to the specified scope.
    Public Extension MethodGets whether the expression belongs to the specified scope.
    Public Extension MethodRemoves the expression in the specified scope.
    Public Extension MethodReplaces the expression in the specified scope by the newExpression.
    Top
    See Also