Combu
3.2.2
Unity API Documentation
|
Public Member Functions | |
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... | |
Public Attributes | |
long | id = 0 |
long | idMatch = 0 |
long | idAccount = 0 |
Hashtable | customData = new Hashtable() |
float | score = 0 |
DateTime? | dateScore = null |
Profile | user = null |
Properties | |
List< MatchRound > | rounds [get] |
|
virtual |
Initialize the object from a hashtable.
hash | Hash. |
|
virtual |
Initialize the object from a JSON formatted string.
jsonString | Json string. |