C# 클래스 ZSCY.Data.JWList

파일 보기 프로젝트 열기: RedrockTeam/ZSCY_Windows_V2.0 1 사용 예제들

공개 메소드들

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

메소드 상세

GetListAttribute() 공개 메소드

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

JWList() 공개 메소드

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

JWList() 공개 메소드

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