The DAO for a single GroupMe group.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups.Dao GroupData
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 GroupData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupData | Initializes a new instance of the GroupData class |
Methods
Name | Description | |
---|---|---|
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.) | |
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 | |
---|---|---|
CreatedAt |
The DateTime the group was created.
| |
CreatedAtSecondsSinceEpoch |
The DateTime the group was created in unix format (seconds since epoch).
| |
CreatorUserId |
The UserId of the creator.
| |
Description |
The description text of the group.
| |
Id |
The id of the group.
| |
Image |
The PictureData for the group-avatar.
| |
ImageUrl |
The group avatar image url.
| |
Members |
The list of currently active group-members.
| |
Messages |
The message info of the last written group-message.
| |
Name |
The name of the group.
| |
OfficeMode |
Defines if the group is in office mode.
| |
PhoneNumber |
The phone-number of this group (for SMS to group communication).
| |
ShareUrl |
The share url of this group.
| |
Type | Obsolete.
OBSOLETE: a type string which is no longer used according to the GroupMe API support.
| |
UpdatedAt |
The DateTime the group was last updated.
| |
UpdatedAtSecondsSinceEpoch |
The DateTime the group was last updated in unix format (seconds since epoch).
|
See Also