MatchRoomMember Class |
Namespace: SoftGear.Strix.Client.Match.Room.Model
[SerializableAttribute] public class MatchRoomMember : IRoomMember, IModel
The MatchRoomMember type exposes the following members.
Name | Description | |
---|---|---|
MatchRoomMember | Initializes a new instance of the MatchRoomMember class |
Name | Description | |
---|---|---|
GetName |
Gets the name of the match room member.
| |
GetPrimaryKey |
Gets the primary key of the match room member.
| |
GetRoomId |
Gets the ID of the room this member is currently joined to.
| |
GetUid |
Gets the UID of the match room member.
| |
SetName |
Sets the name of the match room member.
| |
SetPrimaryKey |
Sets the primary key of the match room member.
| |
SetRoomId |
Sets the ID of the room this member is currently joined to.
| |
SetUid |
Sets the UID of the match room member.
|