Method | Description | |
---|---|---|
GetAttributes ( Newtonsoft.Json.Linq.JObject feedsJObject ) : void | ||
PeoInfo ( ) : System | ||
PeoInfo ( string nickname, string introduction, string phone, string qq ) : System | ||
PeoInfo ( string nickname, string introduction, string gender, string phone, string qq ) : System |
public GetAttributes ( Newtonsoft.Json.Linq.JObject feedsJObject ) : void | ||
feedsJObject | Newtonsoft.Json.Linq.JObject | |
return | void |
public PeoInfo ( string nickname, string introduction, string phone, string qq ) : System | ||
nickname | string | |
introduction | string | |
phone | string | |
string | ||
return | System |
public PeoInfo ( string nickname, string introduction, string gender, string phone, string qq ) : System | ||
nickname | string | |
introduction | string | |
gender | string | |
phone | string | |
string | ||
return | System |