|
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 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...
|
|
|
long | id = 0 |
|
DateTime | date = DateTime.MinValue |
|
string | subject = "" |
|
string | message = "" |
|
string | url = "" |
|
virtual void Combu.News.FromHashtable |
( |
Hashtable |
hash | ) |
|
|
virtual |
Initialize the object from a hashtable.
- Parameters
-
virtual void Combu.News.FromJson |
( |
string |
jsonString | ) |
|
|
virtual |
Initialize the object from a JSON formatted string.
- Parameters
-
static void Combu.News.Load |
( |
int |
pageNumber, |
|
|
int |
limit, |
|
|
Action< News[], int, int, string > |
callback |
|
) |
| |
|
static |
Load the specified pageNumber and limit of news.
- Parameters
-
pageNumber | Page number. |
limit | Limit. |
callback | Callback. |
static void Combu.News.Load< T > |
( |
int |
pageNumber, |
|
|
int |
limit, |
|
|
Action< News[], int, int, string > |
callback |
|
) |
| |
|
static |
Load the specified pageNumber and limit of news.
- Parameters
-
pageNumber | Page number. |
limit | Limit. |
callback | Callback. |
- Template Parameters
-
The documentation for this class was generated from the following file:
- /Users/ziored/Documents/Projects/Unity/Empty Test/Assets/Combu/Scripts/News.cs