프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_ID | string | ||
m_Image | |||
m_IsFriend | bool | ||
m_State | UserState | ||
m_UserName | string |
메소드 | 설명 | |
---|---|---|
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 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 | |
리턴 | System |
public UserProfile ( string name, string id, bool friend, UserState state, |
||
name | string | |
id | string | |
friend | bool | |
state | UserState | |
image | ||
리턴 | System |