C# Class GenerateFromSchema.MarkdownGenerator

Inheritance: Generator
Afficher le fichier Open project: AnalyticalGraphicsInc/czml-writer Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
JsonSchemaTypesToLabel ( JsonSchemaType type ) : string

Method Details

Generate() public méthode

public Generate ( Schema schema ) : void
schema Schema
Résultat void

Generate() public méthode

public Generate ( Schema schema, bool isValue ) : void
schema Schema
isValue bool
Résultat void

MarkdownGenerator() public méthode

public MarkdownGenerator ( string outputDirectory ) : System.Collections.Generic
outputDirectory string
Résultat System.Collections.Generic