C# Class YAMPConsole.Formatter.MarkdownFormatter.MarkdownFile

Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Méthode Description
AddCaption ( String title ) : void
AddCode ( String code ) : void
AddDescription ( String description ) : void
AddHeading ( String title ) : void
AddLink ( String link ) : void
AddTitle ( String title ) : void
AddVariable ( String type, String name ) : void
MarkdownFile ( String fileName ) : System
WriteTo ( String outputDirectory ) : void

Method Details

AddCaption() public méthode

public AddCaption ( String title ) : void
title String
Résultat void

AddCode() public méthode

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

AddDescription() public méthode

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

AddHeading() public méthode

public AddHeading ( String title ) : void
title String
Résultat void

AddLink() public méthode

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

AddTitle() public méthode

public AddTitle ( String title ) : void
title String
Résultat void

AddVariable() public méthode

public AddVariable ( String type, String name ) : void
type String
name String
Résultat void

MarkdownFile() public méthode

public MarkdownFile ( String fileName ) : System
fileName String
Résultat System

WriteTo() public méthode

public WriteTo ( String outputDirectory ) : void
outputDirectory String
Résultat void