Class UserQueryFilter
Base class for queries on user fields.
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
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 |