C# 클래스 Avro.RecordSchema

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

공개 프로퍼티들

프로퍼티 타입 설명
Fields Field>.IDictionary

공개 메소드들

메소드 설명
this ( string name ) : Avro.Field

보호된 메소드들

메소드 설명
WriteProperties ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
NewInstance ( Type type, JToken j, Names names ) : RecordSchema
RecordSchema ( Type type, Name name, Field>.IDictionary fields, Names names ) : System
createField ( JToken jfield, Names names ) : Avro.Field

메소드 상세

WriteProperties() 보호된 메소드

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

this() 공개 메소드

public this ( string name ) : Avro.Field
name string
리턴 Avro.Field

프로퍼티 상세

Fields 공개적으로 프로퍼티

public IDictionary Fields
리턴 Field>.IDictionary