|
| Profile (string jsonString) |
| Initializes a new instance of the CBUser class from a JSON formatted string. More...
|
|
| Profile (Hashtable hash) |
| Initializes a new instance of the CBUser class from a Hashtable. More...
|
|
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...
|
|
|
long | _id = 0 |
|
string | _userName = "" |
|
Texture2D | _image |
|
string | _sessionToken = "" |
|
System.DateTime | _lastSeen |
|
Combu.Profile.Profile |
( |
string |
jsonString | ) |
|
Initializes a new instance of the CBUser class from a JSON formatted string.
- Parameters
-
jsonString | JSON formatted string. |
Combu.Profile.Profile |
( |
Hashtable |
hash | ) |
|
Initializes a new instance of the CBUser class from a Hashtable.
- Parameters
-
virtual void Combu.Profile.FromHashtable |
( |
Hashtable |
hash | ) |
|
|
virtual |
Initialize the object from a hashtable.
- Parameters
-
virtual void Combu.Profile.FromJson |
( |
string |
jsonString | ) |
|
|
virtual |
Initialize the object from a JSON formatted string.
- Parameters
-
Hashtable Combu.Profile.customData = new Hashtable() |
string Combu.Profile.email |
Gets the identifier value as string.
The identifier.
long Combu.Profile.idLong |
|
get |
Gets the identifier value as long. id is just a ToString() of idLong, since Ids are stored as long in the database.
The identifier long.
Texture2D Combu.Profile.image |
|
getset |
Gets or sets the image.
The image.
bool Combu.Profile.isFriend |
|
get |
Gets a value indicating whether this Combu.Profile is a friend of the local user.
true
if is friend; otherwise, false
.
System.DateTime Combu.Profile.lastSeen |
|
get |
Gets the last seen date/time.
The last seen.
string Combu.Profile.sessionToken |
|
get |
Gets the session token.
The session token.
virtual UserState Combu.Profile.state |
|
get |
Gets the online state.
The state.
string Combu.Profile.userName |
|
getset |
Gets or sets the name of the user.
The name of the user.
The documentation for this class was generated from the following file:
- /Users/ziored/Documents/Projects/Unity/Empty Test/Assets/Combu/Scripts/Profile.cs