C# 클래스 RAML.Api.Core.SchemaValidator

파일 보기 프로젝트 열기: mulesoft-labs/raml-dotnet-apicore

공개 메소드들

메소드 설명
IsValid ( string rawSchema, HttpContent content ) : RAML.Api.Core.SchemaValidationResults
IsValidAsync ( string rawSchema, HttpContent content ) : Task
ValidateWithExceptionAsync ( string rawSchema, HttpContent content ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
IsValidJSON ( string rawSchema, string responseString ) : RAML.Api.Core.SchemaValidationResults

메소드 상세

IsValid() 공개 정적인 메소드

public static IsValid ( string rawSchema, HttpContent content ) : RAML.Api.Core.SchemaValidationResults
rawSchema string
content System.Net.Http.HttpContent
리턴 RAML.Api.Core.SchemaValidationResults

IsValidAsync() 공개 정적인 메소드

public static IsValidAsync ( string rawSchema, HttpContent content ) : Task
rawSchema string
content System.Net.Http.HttpContent
리턴 Task

ValidateWithExceptionAsync() 공개 정적인 메소드

public static ValidateWithExceptionAsync ( string rawSchema, HttpContent content ) : System.Threading.Tasks.Task
rawSchema string
content System.Net.Http.HttpContent
리턴 System.Threading.Tasks.Task