C# 클래스 SharpRaven.UnitTests.SchemaHelper

파일 보기 프로젝트 열기: getsentry/raven-csharp 1 사용 예제들

공개 메소드들

메소드 설명
GenerateSchema ( Type type ) : JsonSchema
GetSchema ( ) : JsonSchema
GetSchemaPath ( ) : string

비공개 메소드들

메소드 설명
GetEnumValues ( Type enumType, PropertyInfo property ) : IEnumerable
GetProperty ( Type type, JsonSchema>.KeyValuePair jsProperty ) : PropertyInfo
MapSchemaTypes ( this schema, Type type ) : JsonSchema

Maps types from the specified type to the schema and returns the modified schema.

Shamefully stolen from CodePlex.

메소드 상세

GenerateSchema() 공개 정적인 메소드

public static GenerateSchema ( Type type ) : JsonSchema
type System.Type
리턴 Newtonsoft.Json.Schema.JsonSchema

GetSchema() 공개 정적인 메소드

public static GetSchema ( ) : JsonSchema
리턴 Newtonsoft.Json.Schema.JsonSchema

GetSchemaPath() 공개 정적인 메소드

public static GetSchemaPath ( ) : string
리턴 string