1. EntityScroller

Class EntityScroller

Describes a scroller that returns entities.

Inheritance
object
EntityScroller
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
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
public EntityScroller(IScrollEngine<IEntityScrollResult> engine, Query query, IQueryLoadConfiguration loadConfiguration, TimeSpan timespan)
Parameters
TypeNameDescription
IScrollEngineIEntityScrollResultengine

The engine.

Queryquery

The query.

IQueryLoadConfigurationloadConfiguration

The load configuration.

TimeSpantimespan

The time span.

Implements

If you have suggestions for improving this article, let us know!