Class ScrollResultBase<T>

Version: 3.4

Base implementation of IScrollResult.

Inheritance
object
ScrollResultBase<T>
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public abstract class ScrollResultBase<T> : QueryResultBase<T>, IQueryResult<T>, IScrollResult, IQueryResult
Type Parameters
NameDescription
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
TypeNameDescription
stringscrollId

The id of the scroll.

IEnumerable<>items

The items.

longtotalItems

The total of items.

longoffset

The offset.

Properties

ScrollId

Gets last id of the scroll (can be different from last scroll).

Declaration
RequestResponse
public string ScrollId { get; }
Property Value
TypeDescription
string

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,