C# 클래스 HelloWorld.JsonDataResolver

IJsonDataResolver 的一个简单实现
상속: IJsonDataResolver
파일 보기 프로젝트 열기: Ivony/HelloWorld

공개 메소드들

메소드 설명
JsonDataResolver ( ) : System
JsonDataResolver ( string dataRoot ) : System
LoadAllData ( ) : IEnumerable
LoadDataObject ( string name ) : Newtonsoft.Json.Linq.JObject

비공개 메소드들

메소드 설명
LoadData ( string filepath ) : Newtonsoft.Json.Linq.JObject

메소드 상세

JsonDataResolver() 공개 메소드

public JsonDataResolver ( ) : System
리턴 System

JsonDataResolver() 공개 메소드

public JsonDataResolver ( string dataRoot ) : System
dataRoot string
리턴 System

LoadAllData() 공개 메소드

public LoadAllData ( ) : IEnumerable
리턴 IEnumerable

LoadDataObject() 공개 메소드

public LoadDataObject ( string name ) : Newtonsoft.Json.Linq.JObject
name string
리턴 Newtonsoft.Json.Linq.JObject