C# 클래스 ZSCY.Data.NewsList

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

공개 메소드들

메소드 설명
GetListAttribute ( Newtonsoft.Json.Linq.JObject NewsListJObject ) : void
NewsList ( ) : Newtonsoft.Json.Linq
NewsList ( string id, string articleid, string title, string head, string date, string read, string content, string all ) : Newtonsoft.Json.Linq

메소드 상세

GetListAttribute() 공개 메소드

public GetListAttribute ( Newtonsoft.Json.Linq.JObject NewsListJObject ) : void
NewsListJObject Newtonsoft.Json.Linq.JObject
리턴 void

NewsList() 공개 메소드

public NewsList ( ) : Newtonsoft.Json.Linq
리턴 Newtonsoft.Json.Linq

NewsList() 공개 메소드

public NewsList ( string id, string articleid, string title, string head, string date, string read, string content, string all ) : Newtonsoft.Json.Linq
id string
articleid string
title string
head string
date string
read string
content string
all string
리턴 Newtonsoft.Json.Linq