C# 클래스 Avro.Schema

Base class for all schema types
파일 보기 프로젝트 열기: thirumg/Avro.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
type System.Type

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetName ( ) : string
Parse ( string json ) : Schema
ToString ( ) : string
this ( string key ) : string

보호된 메소드들

메소드 설명
Schema ( Type type ) : System
WriteProperties ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
Parse ( string json, Names names ) : Schema
ParseJson ( JToken j, Names names ) : Schema
Schema ( ) : System
writeJson ( Newtonsoft writer ) : void
writeStartObject ( Newtonsoft writer ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetName() 공개 추상적인 메소드

public abstract GetName ( ) : string
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( string json ) : Schema
json string
리턴 Schema

Schema() 보호된 메소드

protected Schema ( Type type ) : System
type System.Type
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteProperties() 보호된 메소드

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
리턴 void

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string

프로퍼티 상세

type 공개적으로 프로퍼티

public Type,System type
리턴 System.Type