C# 클래스 TerrificNet.ViewEngine.Schema.Test.SchemaAssertions

파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
AssertSingleProperty ( Newtonsoft.Json.Schema.JSchema schema, string propertyName, JSchemaType schemaType, bool required = true ) : void

메소드 상세

AssertSingleProperty() 공개 정적인 메소드

public static AssertSingleProperty ( Newtonsoft.Json.Schema.JSchema schema, string propertyName, JSchemaType schemaType, bool required = true ) : void
schema Newtonsoft.Json.Schema.JSchema
propertyName string
schemaType JSchemaType
required bool
리턴 void