Combu  2.1.14
Unity API Documentation
Public Member Functions | Public Attributes | Properties | List of all members
Combu.MatchAccount Class Reference

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< MatchRoundrounds [get]
 

Member Function Documentation

virtual void Combu.MatchAccount.FromHashtable ( Hashtable  hash)
virtual

Initialize the object from a hashtable.

Parameters
hashHash.
virtual void Combu.MatchAccount.FromJson ( string  jsonString)
virtual

Initialize the object from a JSON formatted string.

Parameters
jsonStringJson string.

The documentation for this class was generated from the following file: