Click or drag to resize

CustomizableMatchRoom Class

Model class representing a match room with custom search keys.
Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Match.Room.ModelMatchRoom
    SoftGear.Strix.Client.Match.Room.ModelCustomizableMatchRoom

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 CustomizableMatchRoom : MatchRoom

The CustomizableMatchRoom type exposes the following members.

Constructors
  NameDescription
Public methodCustomizableMatchRoom
Initializes a new instance of the CustomizableMatchRoom class
Top
Methods
  NameDescription
Public methodGetKey1
Gets the first search key.
Public methodGetKey2
Gets the second search key.
Public methodGetKey3
Gets the third search key.
Public methodGetKey4
Gets the fourth search key.
Public methodGetKey5
Gets the fifth search key.
Public methodGetKey6
Gets the sixth search key.
Public methodGetKey7
Gets the seventh search key.
Public methodGetKey8
Gets the eighth search key.
Public methodGetProperties
Gets the dictionary of custom properties.
Public methodGetStringKey
Gets the string search key.
Public methodSetKey1
Sets the first search key.
Public methodSetKey2
Sets the second search key.
Public methodSetKey3
Sets the third search key.
Public methodSetKey4
Sets the fourth search key.
Public methodSetKey5
Sets the fifth search key.
Public methodSetKey6
Sets the sixth search key.
Public methodSetKey7
Sets the seventh search key.
Public methodSetKey8
Sets the eighth search key.
Public methodSetProperties
Sets the dictionary of custom properties.
Public methodSetStringKey
Sets the string search key.
Top
See Also