CustomizableMatchRoom Class |
Namespace: SoftGear.Strix.Client.Match.Room.Model
[SerializableAttribute] public class CustomizableMatchRoom : MatchRoom
The CustomizableMatchRoom type exposes the following members.
Name | Description | |
---|---|---|
CustomizableMatchRoom | Initializes a new instance of the CustomizableMatchRoom class |
Name | Description | |
---|---|---|
GetKey1 |
Gets the first search key.
| |
GetKey2 |
Gets the second search key.
| |
GetKey3 |
Gets the third search key.
| |
GetKey4 |
Gets the fourth search key.
| |
GetKey5 |
Gets the fifth search key.
| |
GetKey6 |
Gets the sixth search key.
| |
GetKey7 |
Gets the seventh search key.
| |
GetKey8 |
Gets the eighth search key.
| |
GetProperties |
Gets the dictionary of custom properties.
| |
GetStringKey |
Gets the string search key.
| |
SetKey1 |
Sets the first search key.
| |
SetKey2 |
Sets the second search key.
| |
SetKey3 |
Sets the third search key.
| |
SetKey4 |
Sets the fourth search key.
| |
SetKey5 |
Sets the fifth search key.
| |
SetKey6 |
Sets the sixth search key.
| |
SetKey7 |
Sets the seventh search key.
| |
SetKey8 |
Sets the eighth search key.
| |
SetProperties |
Sets the dictionary of custom properties.
| |
SetStringKey |
Sets the string search key.
|