Click or drag to resize

CustomizableMatchRoomMember Class

Data class holding the information about the match room member with additional custom properties.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Match.Room.ModelMatchRoomMember
    SoftGear.Strix.Client.Match.Room.ModelCustomizableMatchRoomMember

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 CustomizableMatchRoomMember : MatchRoomMember

The CustomizableMatchRoomMember type exposes the following members.

Constructors
  NameDescription
Public methodCustomizableMatchRoomMember
Initializes a new instance of the CustomizableMatchRoomMember class
Top
Methods
  NameDescription
Public methodGetProperties
Gets the custom properties of the match room member.
Public methodSetProperties
Sets the custom properties of the match room member.
Top
See Also