Property | Type | Description | |
---|---|---|---|
m_ID | string | ||
m_Image | |||
m_IsFriend | bool | ||
m_State | UserState | ||
m_UserName | string |
Method | Description | |
---|---|---|
SetImage ( |
||
SetIsFriend ( bool value ) : void | ||
SetState ( UserState state ) : void | ||
SetUserID ( string id ) : void | ||
SetUserName ( string name ) : void | ||
ToString ( ) : string | ||
UserProfile ( ) | ||
UserProfile ( string name, string id, bool friend ) | ||
UserProfile ( string name, string id, bool friend, UserState state, |
||
UserProfile ( ) : System | ||
UserProfile ( string name, string id, bool friend ) : System | ||
UserProfile ( string name, string id, bool friend, UserState state, |
public SetImage ( |
||
image | ||
return | void |
public UserProfile ( string name, string id, bool friend ) | ||
name | string | |
id | string | |
friend | bool |
public UserProfile ( string name, string id, bool friend, UserState state, |
||
name | string | |
id | string | |
friend | bool | |
state | UserState | |
image |
public UserProfile ( string name, string id, bool friend ) : System | ||
name | string | |
id | string | |
friend | bool | |
return | System |
public UserProfile ( string name, string id, bool friend, UserState state, |
||
name | string | |
id | string | |
friend | bool | |
state | UserState | |
image | ||
return | System |