C# 클래스 Avro.NamedSchema

상속: Schema
파일 보기 프로젝트 열기: thirumg/Avro.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetName ( ) : string

보호된 메소드들

메소드 설명
GetName ( JToken j ) : Name
NamedSchema ( Type type, Name name, Names names ) : System
WriteProperties ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
NewInstance ( Newtonsoft.Json.Linq.JObject j, Names names ) : NamedSchema

메소드 상세

GetName() 보호된 정적인 메소드

protected static GetName ( JToken j ) : Name
j JToken
리턴 Name

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

NamedSchema() 보호된 메소드

protected NamedSchema ( Type type, Name name, Names names ) : System
type System.Type
name Name
names Names
리턴 System

WriteProperties() 보호된 메소드

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