C# Class Avro.RecordSchema

Inheritance: NamedSchema
Afficher le fichier Open project: thirumg/Avro.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
Fields Field>.IDictionary

Méthodes publiques

Méthode Description
this ( string name ) : Avro.Field

Méthodes protégées

Méthode Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Méthode 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 méthode

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
Résultat void

this() public méthode

public this ( string name ) : Avro.Field
name string
Résultat Avro.Field

Property Details

Fields public_oe property

public IDictionary Fields
Résultat Field>.IDictionary