C# Class ZSCY.Data.NewsList

Exibir arquivo Open project: RedrockMobile/CyxbsMobile_Win Class Usage Examples

Public Methods

Method Description
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

Method Details

GetListAttribute() public method

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

NewsList() public method

public NewsList ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq

NewsList() public method

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
return Newtonsoft.Json.Linq