C# Class Avro.Schema

Base class for all schema types
Afficher le fichier Open project: thirumg/Avro.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
type System.Type

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetName ( ) : string
Parse ( string json ) : Schema
ToString ( ) : string
this ( string key ) : string

Méthodes protégées

Méthode Description
Schema ( Type type ) : System
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Méthode Description
Parse ( string json, Names names ) : Schema
ParseJson ( JToken j, Names names ) : Schema
Schema ( ) : System
writeJson ( Newtonsoft writer ) : void
writeStartObject ( Newtonsoft writer ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetName() public abstract méthode

public abstract GetName ( ) : string
Résultat string

Parse() public static méthode

public static Parse ( string json ) : Schema
json string
Résultat Schema

Schema() protected méthode

protected Schema ( Type type ) : System
type System.Type
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteProperties() protected méthode

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

this() public méthode

public this ( string key ) : string
key string
Résultat string

Property Details

type public_oe property

public Type,System type
Résultat System.Type