C# 클래스 Pomona.Schemas.Schema

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

공개 메소드들

메소드 설명
FromJson ( string jsonString ) : Schema
IsBackwardsCompatibleWith ( Schema oldSchema, TextWriter errorLog ) : bool
Schema ( ) : System
ToJson ( ) : string

비공개 메소드들

메소드 설명
GetSerializer ( ) : JsonSerializer
HttpAccessModeToMethodsArray ( HttpMethod httpMethod ) : string[]
MethodsArrayToHttpAccessMode ( string methods ) : HttpMethod
PropertiesAreBackwardsCompatible ( TextWriter errorLog, SchemaTypeEntry oldType, SchemaTypeEntry newType, bool &isBackwardsCompatible, string typeName ) : void

메소드 상세

FromJson() 공개 정적인 메소드

public static FromJson ( string jsonString ) : Schema
jsonString string
리턴 Schema

IsBackwardsCompatibleWith() 공개 메소드

public IsBackwardsCompatibleWith ( Schema oldSchema, TextWriter errorLog ) : bool
oldSchema Schema
errorLog System.IO.TextWriter
리턴 bool

Schema() 공개 메소드

public Schema ( ) : System
리턴 System

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string