Class ScrollResultBase<T>
Base implementation of IScrollResult.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class ScrollResultBase<T> : QueryResultBase<T>, IQueryResult<T>, IScrollResult, IQueryResultType Parameters
| Name | Description |
|---|---|
| T |
The type. |
Constructors
ScrollResultBase(string, IEnumerable<T>, long, long)
Initializes a new instance of the ScrollResultBase<T> class.
Declaration
RequestResponse
protected ScrollResultBase(string scrollId, IEnumerable<T> items, long totalItems, long offset)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
RequestResponse
public string ScrollId { get; }Property Value
| Type | Description |
|---|---|
| string |