Class CompositeQueryFilter
Combines multiple queries using a specified operator (e.g. AND or OR).
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Children
Gets or sets the child-queries to combine. This property cannot be null.
Declaration
Property Value
| Type | Description |
|---|---|
| ICollection<>QueryFilter |
CombineMethod
Gets or sets the operator used to combine the Children.
Declaration
Property Value
| Type | Description |
|---|---|
| CompositeFilterOperator |
Type
Gets the type of the filter.
Declaration
Property Value
| Type | Description |
|---|---|
| FilterType |
Overrides
Methods
Accept(IFilterVisitor)
Accepts a query visitor.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterVisitor | visitor |
The visitor to accept. |