The DAO which is used to add a new member to a group.
Inheritance Hierarchy
CkSoftware.GroupMe.Sdk.Groups.Dao AddMemberData
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 AddMemberData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AddMemberData |
Instantiate a new AddMemberData.
|
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.) | |
IsValid |
Validates if the current user-definition is valid for an add operation.
| |
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 | |
---|---|---|
The email of the member to add.
| ||
Guid |
The own user guid used to identify the added user after the async processing is finished.
| |
Nickname |
The nickname of the member to add.
| |
PhoneNumber |
The phone number of the member to add.
| |
UserId |
The user id of the member to add.
|
See Also