C# Class ZSCY.Data.JWList

Show file Open project: RedrockTeam/ZSCY_Windows_V2.0 Class Usage Examples

Public Methods

Method Description
GetListAttribute ( Newtonsoft.Json.Linq.JObject JWListJObject ) : void
JWList ( ) : Newtonsoft.Json.Linq
JWList ( string iD, string title, string date, string read, string Content ) : Newtonsoft.Json.Linq

Method Details

GetListAttribute() public method

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

JWList() public method

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

JWList() public method

public JWList ( string iD, string title, string date, string read, string Content ) : Newtonsoft.Json.Linq
iD string
title string
date string
read string
Content string
return Newtonsoft.Json.Linq