C# 클래스 ZSCY_Win10.Data.Community.PeoInfo

상속: IFeeds
파일 보기 프로젝트 열기: RedrockMobile/CyxbsMobile_Win 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( Newtonsoft.Json.Linq.JObject feedsJObject ) : void
feedsJObject Newtonsoft.Json.Linq.JObject
리턴 void

PeoInfo() 공개 메소드

public PeoInfo ( ) : System
리턴 System

PeoInfo() 공개 메소드

public PeoInfo ( string nickname, string introduction, string phone, string qq ) : System
nickname string
introduction string
phone string
qq string
리턴 System

PeoInfo() 공개 메소드

public PeoInfo ( string nickname, string introduction, string gender, string phone, string qq ) : System
nickname string
introduction string
gender string
phone string
qq string
리턴 System