C# Class Avro.Schema

Base class for all schema types
显示文件 Open project: thirumg/Avro.NET Class Usage Examples

Public Properties

Property Type Description
type System.Type

Public Methods

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

Protected Methods

Method Description
Schema ( Type type ) : System
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetName() public abstract method

public abstract GetName ( ) : string
return string

Parse() public static method

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

Schema() protected method

protected Schema ( Type type ) : System
type System.Type
return System

ToString() public method

public ToString ( ) : string
return string

WriteProperties() protected method

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
return void

this() public method

public this ( string key ) : string
key string
return string

Property Details

type public_oe property

public Type,System type
return System.Type