The factory class for GroupMe groups.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups GroupMeGroupFactory
Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
The GroupMeGroupFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | GroupMeGroupFactory |
Instantiates a new GroupMeGroupFactory object.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateGroup |
Creates a new group with the given options.
|
![]() | DestroyGroup |
Destroys the group with the given groupId.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetFormerGroups |
Gets a list of former (and re-joinable) groups for the currently authenticated user.
|
![]() | GetGroup |
Gets information about the group with the given group id.
|
![]() | GetGroups |
Gets all currently active groups for the currently authenticated user.
|
![]() | 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.) |
![]() | UpdateGroup |
Updates the group with the given groupId with the given data. Attention: only new data must be added, so if you only want to change the description, only add the description parameter.
|
See Also