Class UserQueryFilter
Base class for queries on user fields.
Inheritance
object
UserQueryFilter
Inherited Members
Namespace: StylelabsStylelabs.MStylelabs.M.BaseQueryingFilters
Assembly: Stylelabs.M.Sdk.dll
Syntax
Properties
Id
Gets or sets id of the user to filter on.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Ids
Gets or sets ids of the users 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 |
Operator
Gets or sets the operator used to compare the value(s). Must be either Equals or NotEquals.
Declaration
Property Value
| Type | Description |
|---|---|
| ComparisonOperator |
Username
Gets or sets the name of the user to filter on.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Usernames
Gets or sets the names of the users 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<>string |
If you have suggestions for improving this article, let us know!