Class EntityScroller
Version: 3.4
Describes a scroller that returns entities.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class EntityScroller : ScrollerBase<IEntityScrollResult>, IEntityScroller, IScroller<IEntityScrollResult>, IScroller
Constructors
EntityScroller(IScrollEngine<IEntityScrollResult>, Query, IQueryLoadConfiguration, TimeSpan)
Initializes a new instance of the EntityScroller class.
Declaration
RequestResponse
public EntityScroller(IScrollEngine<IEntityScrollResult> engine, Query query, IQueryLoadConfiguration loadConfiguration, TimeSpan timespan)
Parameters
Type | Name | Description |
---|---|---|
IScrollEngineIEntityScrollResult | engine |
The engine. |
Query | query |
The query. |
IQueryLoadConfiguration | loadConfiguration |
The load configuration. |
TimeSpan | timespan |
The time span. |