GroupsListing Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new GroupsListing object using the given webApiAccess, indexCommand and initial entity results.

Namespace: CkSoftware.GroupMe.Sdk.Groups.Dao
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public GroupsListing(
	IWebApiAccess webApiAccess,
	GroupIndexCommand indexCommand,
	IEnumerable<GroupData> initialEntityResults
)

Parameters

webApiAccess
Type: CkSoftware.GroupMe.Sdk.Core IWebApiAccess
The IWebApiAccess which should be used to call the API.
indexCommand
Type: CkSoftware.GroupMe.Sdk.Groups.Commands GroupIndexCommand
The (already used) GroupIndexCommand for furter use (paging).
initialEntityResults
Type: System.Collections.Generic IEnumerable GroupData 
The results of the first GroupIndexCommand execution.
See Also