GroupData ClassCkSoftware GroupMe SDK - Documentation
The DAO for a single GroupMe group.
Inheritance Hierarchy

System Object
  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

public class GroupData

The GroupData type exposes the following members.

Constructors

  NameDescription
Public methodGroupData
Initializes a new instance of the GroupData class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCreatedAt
The DateTime the group was created.
Public propertyCreatedAtSecondsSinceEpoch
The DateTime the group was created in unix format (seconds since epoch).
Public propertyCreatorUserId
The UserId of the creator.
Public propertyDescription
The description text of the group.
Public propertyId
The id of the group.
Public propertyImage
The PictureData for the group-avatar.
Public propertyImageUrl
The group avatar image url.
Public propertyMembers
The list of currently active group-members.
Public propertyMessages
The message info of the last written group-message.
Public propertyName
The name of the group.
Public propertyOfficeMode
Defines if the group is in office mode.
Public propertyPhoneNumber
The phone-number of this group (for SMS to group communication).
Public propertyShareUrl
The share url of this group.
Public propertyTypeObsolete.
OBSOLETE: a type string which is no longer used according to the GroupMe API support.
Public propertyUpdatedAt
The DateTime the group was last updated.
Public propertyUpdatedAtSecondsSinceEpoch
The DateTime the group was last updated in unix format (seconds since epoch).
Top
See Also