The data object for the currently authenticated user.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Helpers.Users.Dao UserInfo
Namespace: CkSoftware.GroupMe.Sdk.Helpers.Users.Dao
Assembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
The UserInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserInfo | Initializes a new instance of the UserInfo 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 | |
---|---|---|
AvatarImage |
The PictureData for the user avatar.
| |
AvatarUrl |
The image-url for the user avatar.
| |
CreatedAt |
The DateTime the user was created.
| |
CreatedAtSecondsSinceEpoch |
The DateTime the user was created in unix format (seconds since epoch).
| |
The registered email address for this user.
| ||
Name |
The users name.
| |
PhoneNumber |
The users telephone-number.
| |
SmsModeEnabled |
Defines if the SMS mode is enabled.
| |
UpdatedAt |
The DateTime the user was last updated.
| |
UpdatedAtSecondsSinceEpoch |
The DateTime the user was last updated in unix format (seconds since epoch).
| |
UserId |
The user-id.
|
See Also