Combu
3.2.2
Unity API Documentation
|
Public Member Functions | |
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... | |
Static Public Member Functions | |
static void | Load (int pageNumber, int limit, Action< News[], int, int, string > callback) |
Load the specified pageNumber and limit of news. More... | |
static void | Load< T > (int pageNumber, int limit, Action< News[], int, int, string > callback) |
Load the specified pageNumber and limit of news. More... | |
Public Attributes | |
long | id = 0 |
DateTime | date = DateTime.MinValue |
string | subject = "" |
string | message = "" |
string | url = "" |
|
virtual |
Initialize the object from a hashtable.
hash | Hash. |
|
virtual |
Initialize the object from a JSON formatted string.
jsonString | Json string. |
|
static |
Load the specified pageNumber and limit of news.
pageNumber | Page number. |
limit | Limit. |
callback | Callback. |
|
static |
Load the specified pageNumber and limit of news.
pageNumber | Page number. |
limit | Limit. |
callback | Callback. |
T | The 1st type parameter. |
T | : | News | |
T | : | new() |