C# Class Avro.RecordSchema

Inheritance: NamedSchema
Show file Open project: thirumg/Avro.NET Class Usage Examples

Public Properties

Property Type Description
Fields Field>.IDictionary

Public Methods

Method Description
this ( string name ) : Avro.Field

Protected Methods

Method Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Method Description
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

Method Details

WriteProperties() protected method

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
return void

this() public method

public this ( string name ) : Avro.Field
name string
return Avro.Field

Property Details

Fields public property

public IDictionary Fields
return Field>.IDictionary