Class EntityDefinitionQueryResult
A query result containing IEntityDefinitions.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
EntityDefinitionQueryResult(IMClient, IEnumerable<IEntityDefinition>, long, long)
Initializes a new instance of the EntityDefinitionQueryResult class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
The client. |
| IEnumerable<>IEntityDefinition | 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 |
|---|---|
| IEntityDefinitionIterator |
A new iterator. |