Class EntityScrollResult

Version: 3.4

Describes a scroll result containing entities.

Inheritance
object
EntityScrollResult
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsQuerying
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class EntityScrollResult : ScrollResultBase<IEntity>, IEntityScrollResult, IScrollResult<IEntity>, IScrollResult, IQueryResult<IEntity>, IQueryResult

Constructors

EntityScrollResult(string, IEnumerable<IEntity>, long, long)

Initializes a new instance of the EntityScrollResult class.

Declaration
RequestResponse
public EntityScrollResult(string scrollId, IEnumerable<IEntity> items, long totalItems, long offset)
Parameters
TypeNameDescription
stringscrollId

The scroll id.

IEnumerable<>IEntityitems

The items.

longtotalItems

The total items count.

longoffset

The offset.

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,