C# Class YAMPConsole.Formatter.MarkdownFormatter

Inheritance: IFormatter
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
AddArgument ( String name ) : void
AddDescription ( String description ) : void
AddExample ( String code ) : void
AddLink ( String link ) : void
AddReturn ( String name ) : void
AddSection ( String name, String topic ) : void
AddUsage ( String usage ) : void
MarkdownFormatter ( String outputDirectory ) : System

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

AddArgument() public méthode

public AddArgument ( String name ) : void
name String
Résultat void

AddDescription() public méthode

public AddDescription ( String description ) : void
description String
Résultat void

AddExample() public méthode

public AddExample ( String code ) : void
code String
Résultat void

AddLink() public méthode

public AddLink ( String link ) : void
link String
Résultat void

AddReturn() public méthode

public AddReturn ( String name ) : void
name String
Résultat void

AddSection() public méthode

public AddSection ( String name, String topic ) : void
name String
topic String
Résultat void

AddUsage() public méthode

public AddUsage ( String usage ) : void
usage String
Résultat void

MarkdownFormatter() public méthode

public MarkdownFormatter ( String outputDirectory ) : System
outputDirectory String
Résultat System