C# Class Avro.Protocol

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

Public Methods

Method 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

Method Description
Parse ( JToken j ) : Protocol
writeJson ( Newtonsoft writer ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string json ) : Protocol
json string
return Protocol

Protocol() public method

public Protocol ( string name, string snamespace, string doc, IEnumerable types, IEnumerable messages ) : System
name string
snamespace string
doc string
types IEnumerable
messages IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string