C# 클래스 YAMPConsole.Formatter.MarkdownFormatter.MarkdownFile

파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
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

메소드 상세

AddCaption() 공개 메소드

public AddCaption ( String title ) : void
title String
리턴 void

AddCode() 공개 메소드

public AddCode ( String code ) : void
code String
리턴 void

AddDescription() 공개 메소드

public AddDescription ( String description ) : void
description String
리턴 void

AddHeading() 공개 메소드

public AddHeading ( String title ) : void
title String
리턴 void

AddLink() 공개 메소드

public AddLink ( String link ) : void
link String
리턴 void

AddTitle() 공개 메소드

public AddTitle ( String title ) : void
title String
리턴 void

AddVariable() 공개 메소드

public AddVariable ( String type, String name ) : void
type String
name String
리턴 void

MarkdownFile() 공개 메소드

public MarkdownFile ( String fileName ) : System
fileName String
리턴 System

WriteTo() 공개 메소드

public WriteTo ( String outputDirectory ) : void
outputDirectory String
리턴 void