Click or drag to resize

MatchRoomMember Class

Data class holding the information about the match room member.
Inheritance Hierarchy

Namespace:  SoftGear.Strix.Client.Match.Room.Model
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
[SerializableAttribute]
public class MatchRoomMember : IRoomMember, 
	IModel

The MatchRoomMember type exposes the following members.

Constructors
  NameDescription
Public methodMatchRoomMember
Initializes a new instance of the MatchRoomMember class
Top
Methods
  NameDescription
Public methodGetName
Gets the name of the match room member.
Public methodGetPrimaryKey
Gets the primary key of the match room member.
Public methodGetRoomId
Gets the ID of the room this member is currently joined to.
Public methodGetUid
Gets the UID of the match room member.
Public methodSetName
Sets the name of the match room member.
Public methodSetPrimaryKey
Sets the primary key of the match room member.
Public methodSetRoomId
Sets the ID of the room this member is currently joined to.
Public methodSetUid
Sets the UID of the match room member.
Top
See Also