Class EntityQueryResult
Version: 3.4
A query result containing IEntitys.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class EntityQueryResult : QueryResultBase<IEntity>, IEntityQueryResult, IQueryResult<IEntity>, IQueryResult
Constructors
EntityQueryResult(IMClient, Query, IEntityLoadConfiguration, IEnumerable<IEntity>, long, long)
Initializes a new instance of the EntityQueryResult class.
Declaration
RequestResponse
public EntityQueryResult(IMClient client, Query query, IEntityLoadConfiguration loadConfiguration, IEnumerable<IEntity> entities, long totalItems, long offset)
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
RequestResponse
public IEntityIterator CreateIterator()
Returns
Type | Description |
---|---|
IEntityIterator |
A new iterator. |