C# 클래스 Fluency.DataGeneration.WaffleEngine

파일 보기 프로젝트 열기: ChrisEdwards/Fluency 1 사용 예제들

공개 메소드들

메소드 설명
GenerateTitle ( ) : string
HtmlWaffle ( int paragraphs, System.Boolean includeHeading, StringBuilder result ) : void
TextWaffle ( int paragraphs, System.Boolean includeHeading, StringBuilder result ) : void
TitleCaseWords ( string input ) : string
WaffleEngine ( Random random ) : System

비공개 메소드들

메소드 설명
EvaluateCardinalSequence ( StringBuilder output ) : void
EvaluateOrdinalSequence ( StringBuilder output ) : void
EvaluatePhrase ( string phrase, StringBuilder result ) : void
EvaluateRandomPhrase ( string phrases, StringBuilder output ) : void
RandomDate ( StringBuilder output ) : void

메소드 상세

GenerateTitle() 공개 메소드

public GenerateTitle ( ) : string
리턴 string

HtmlWaffle() 공개 메소드

public HtmlWaffle ( int paragraphs, System.Boolean includeHeading, StringBuilder result ) : void
paragraphs int
includeHeading System.Boolean
result StringBuilder
리턴 void

TextWaffle() 공개 메소드

public TextWaffle ( int paragraphs, System.Boolean includeHeading, StringBuilder result ) : void
paragraphs int
includeHeading System.Boolean
result StringBuilder
리턴 void

TitleCaseWords() 공개 정적인 메소드

public static TitleCaseWords ( string input ) : string
input string
리턴 string

WaffleEngine() 공개 메소드

public WaffleEngine ( Random random ) : System
random System.Random
리턴 System