C# Class YAMPConsole.Formatter.MarkdownFormatter.MarkdownFile

Datei anzeigen Open project: FlorianRappl/YAMP

Public Methods

Method 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 method

public AddCaption ( String title ) : void
title String
return void

AddCode() public method

public AddCode ( String code ) : void
code String
return void

AddDescription() public method

public AddDescription ( String description ) : void
description String
return void

AddHeading() public method

public AddHeading ( String title ) : void
title String
return void

AddLink() public method

public AddLink ( String link ) : void
link String
return void

AddTitle() public method

public AddTitle ( String title ) : void
title String
return void

AddVariable() public method

public AddVariable ( String type, String name ) : void
type String
name String
return void

MarkdownFile() public method

public MarkdownFile ( String fileName ) : System
fileName String
return System

WriteTo() public method

public WriteTo ( String outputDirectory ) : void
outputDirectory String
return void