C# 클래스 Newtonsoft.Json.Schema.JsonSchemaResolver

Resolves JsonSchema from an id.
파일 보기 프로젝트 열기: runegri/Applicable 1 사용 예제들

공개 메소드들

메소드 설명
GetSchema ( string id ) : JsonSchema

Gets a JsonSchema for the specified id.

JsonSchemaResolver ( ) : System

Initializes a new instance of the JsonSchemaResolver class.

메소드 상세

GetSchema() 공개 메소드

Gets a JsonSchema for the specified id.
public GetSchema ( string id ) : JsonSchema
id string The id.
리턴 JsonSchema

JsonSchemaResolver() 공개 메소드

Initializes a new instance of the JsonSchemaResolver class.
public JsonSchemaResolver ( ) : System
리턴 System