C# Class Avro.Protocol

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string json ) : Protocol
Protocol ( string name, string snamespace, string doc, IEnumerable types, IEnumerable messages ) : System
ToString ( ) : string

Private Methods

Méthode Description
Parse ( JToken j ) : Protocol
writeJson ( 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

Parse() public static méthode

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

Protocol() public méthode

public Protocol ( string name, string snamespace, string doc, IEnumerable types, IEnumerable messages ) : System
name string
snamespace string
doc string
types IEnumerable
messages IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string