C# Class Avro.NamedSchema

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

Public Methods

Method Description
GetName ( ) : string

Protected Methods

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

Private Methods

Method Description
NewInstance ( Newtonsoft.Json.Linq.JObject j, Names names ) : NamedSchema

Method Details

GetName() protected static method

protected static GetName ( JToken j ) : Name
j JToken
return Name

GetName() public method

public GetName ( ) : string
return string

NamedSchema() protected method

protected NamedSchema ( Type type, Name name, Names names ) : System
type System.Type
name Name
names Names
return System

WriteProperties() protected method

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