Class ScrollResultBase<T>
Base implementation of IScrollResult.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
Type Parameters
| Name | Description |
|---|---|
| T |
The type. |
Constructors
ScrollResultBase(string, IEnumerable<T>, long, long)
Initializes a new instance of the ScrollResultBase<T> class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | scrollId |
The id of the scroll. |
| IEnumerable<> | items |
The items. |
| long | totalItems |
The total of items. |
| long | offset |
The offset. |
Properties
ScrollId
Gets last id of the scroll (can be different from last scroll).
Declaration
Property Value
| Type | Description |
|---|---|
| string |