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

Public Member Functions

 MatchRound (string jsonString)
 
 MatchRound (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 idMatchAccount = 0
 
float score = 0
 
DateTime dateScore = null
 

Properties

bool hasScore [get]
 

Member Function Documentation

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

Initialize the object from a hashtable.

Parameters
hashHash.
virtual void Combu.MatchRound.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: