C# Class Avro.NamedSchema

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

Méthodes publiques

Méthode Description
GetName ( ) : string

Méthodes protégées

Méthode Description
GetName ( JToken j ) : Name
NamedSchema ( Type type, Name name, Names names ) : System
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Méthode Description
NewInstance ( Newtonsoft.Json.Linq.JObject j, Names names ) : NamedSchema

Method Details

GetName() protected static méthode

protected static GetName ( JToken j ) : Name
j JToken
Résultat Name

GetName() public méthode

public GetName ( ) : string
Résultat string

NamedSchema() protected méthode

protected NamedSchema ( Type type, Name name, Names names ) : System
type System.Type
name Name
names Names
Résultat System

WriteProperties() protected méthode

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