The DAO for the list of groups available for the currently authenticated user. Implements IPagedCollection TEntity , so this interface can be used for paging.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups.Dao GroupsListing
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
The GroupsListing type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GroupsListing |
Instantiates a new GroupsListing object using the given webApiAccess, indexCommand and initial entity results.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | FetchAll |
Fetches all entities until there are no more entities available.
|
![]() | FetchNext |
Fetch the next page for the paged entities.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Entries |
List of all entities fetched.
|
![]() | NewEntries |
List of entities fetched in the last FetchNext call.
|
See Also