|
|
| MatchAccount (string jsonString) |
| |
|
| MatchAccount (Hashtable data) |
| |
| virtual void | FromJson (string jsonString) |
| | Initialize the object from a JSON formatted string. More...
|
| |
| virtual void | FromHashtable (Hashtable hash) |
| | Initialize the object from a hashtable. More...
|
| |
|
|
long | id = 0 |
| |
|
long | idMatch = 0 |
| |
|
long | idAccount = 0 |
| |
|
Hashtable | customData = new Hashtable() |
| |
|
float | score = 0 |
| |
|
DateTime | dateScore = null |
| |
|
Profile | user = null |
| |
| virtual void Combu.MatchAccount.FromHashtable |
( |
Hashtable |
hash | ) |
|
|
virtual |
Initialize the object from a hashtable.
- Parameters
-
| virtual void Combu.MatchAccount.FromJson |
( |
string |
jsonString | ) |
|
|
virtual |
Initialize the object from a JSON formatted string.
- Parameters
-
The documentation for this class was generated from the following file:
- /Users/ziored/Documents/Projects/Unity/Empty Test/Assets/Combu/Scripts/MatchAccount.cs