Class EntityDefinitionIdQueryResult
A query result containing entity ids.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
EntityDefinitionIdQueryResult(IMClient, IEnumerable<long>, long, long)
Initializes a new instance of the EntityDefinitionIdQueryResult class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
The client. |
| IEnumerable<>long | items |
The items. |
| long | totalItems |
The total of items. |
| long | offset |
The offset. |
Methods
CreateIterator()
Creates a new iterator that will continue iterating from this result.
Declaration
Returns
| Type | Description |
|---|---|
| IIdIterator |
A new iterator. |