Class IdQueryFilter
Filters on entities with specified id(s).
Inheritance
object
IdQueryFilter
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Operator
Gets or sets the operator used to compare the id(s). Must be either Equals or NotEquals.
Declaration
Property Value
| Type | Description |
|---|---|
| ComparisonOperator |
Type
Gets the type of the filter.
Declaration
Property Value
| Type | Description |
|---|---|
| FilterType |
Overrides
Value
Gets or sets the id to filter on.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Values
Gets or sets the ids to filter on. If multiple values are specified, the filter will combine them using "OR" (essentially an IN-clause).
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<>long |
Methods
Accept(IFilterVisitor)
Accepts a query visitor.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IFilterVisitor | visitor | The visitor to accept. |
Overrides
If you have suggestions for improving this article, let us know!