C# Class TerrificNet.ViewEngine.Schema.Test.SchemaAssertions

Exibir arquivo Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
AssertSingleProperty ( Newtonsoft.Json.Schema.JSchema schema, string propertyName, JSchemaType schemaType, bool required = true ) : void

Method Details

AssertSingleProperty() public static method

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
return void