Class EntityScrollResult
Describes a scroll result containing entities.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
EntityScrollResult(string, IEnumerable<IEntity>, long, long)
Initializes a new instance of the EntityScrollResult class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | scrollId |
The scroll id. |
| IEnumerable<>IEntity | items |
The items. |
| long | totalItems |
The total items count. |
| long | offset |
The offset. |