Class EntityQueryResult
A query result containing IEntitys.
Inheritance
object
EntityQueryResult
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
EntityQueryResult(IMClient, Query, IEntityLoadConfiguration, IEnumerable, long, long)
Initializes a new instance of the EntityQueryResult class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client | The client. |
| Query | query | The query. |
| IEntityLoadConfiguration | loadConfiguration | The load configuration. |
| IEnumerable<>IEntity | entities | The entities. |
| long | totalItems | The total items. |
| long | offset | The offset. |
Methods
CreateIterator()
Creates a new iterator that will continue iterating from this result.
Declaration
Returns
| Type | Description |
|---|---|
| IEntityIterator | A new iterator. |
Implements
If you have suggestions for improving this article, let us know!