C# Class GenerateFromSchema.MarkdownGenerator

Inheritance: Generator
Exibir arquivo Open project: AnalyticalGraphicsInc/czml-writer Class Usage Examples

Public Methods

Method Description
Generate ( Schema schema ) : void
Generate ( Schema schema, bool isValue ) : void
MarkdownGenerator ( string outputDirectory ) : System.Collections.Generic

Private Methods

Method Description
JsonSchemaTypesToLabel ( JsonSchemaType type ) : string

Method Details

Generate() public method

public Generate ( Schema schema ) : void
schema Schema
return void

Generate() public method

public Generate ( Schema schema, bool isValue ) : void
schema Schema
isValue bool
return void

MarkdownGenerator() public method

public MarkdownGenerator ( string outputDirectory ) : System.Collections.Generic
outputDirectory string
return System.Collections.Generic