[]
        
(Showing Draft Content)

C1.DataCollection.FilterNaryExpression

FilterNaryExpression Class

Combines the specified filter expressions using a logical operator.

Inheritance
FilterNaryExpression
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class FilterNaryExpression : FilterExpression

Constructors

Name Description
FilterNaryExpression(FilterCombination, params FilterExpression[])

Initializes a new instance of the FilterNaryExpression class.

FilterNaryExpression(FilterCombination, IEnumerable<FilterExpression>)

Initializes a new instance of the FilterNaryExpression class.

Properties

Name Description
Expressions

Gets the expressions that are combined.

FilterCombination

Gets the logical operator applied between the expressions.

Methods

Name Description
Equals(object?)
GetHashCode()
ToString()

Returns a string that represents this instance.

Extension Methods