C# 클래스 StoryTeller.Model.Sentence

상속: GrammarStructure, IWriter
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fact bool
format string

공개 메소드들

메소드 설명
AddCell ( Cell cell ) : void
ApplyOverrides ( GrammarModel grammar ) : GrammarModel
FindCell ( string cell ) : Cell
PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
Sentence ( ) : System
Sentence ( string key, string format ) : System
TitleOrFormat ( ) : string
ToMissingCode ( bool withinParagraph = false ) : string
ToString ( ) : string

메소드 상세

AddCell() 공개 메소드

public AddCell ( Cell cell ) : void
cell Cell
리턴 void

ApplyOverrides() 공개 메소드

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
리턴 GrammarModel

FindCell() 공개 메소드

public FindCell ( string cell ) : Cell
cell string
리턴 Cell

PostProcessAndValidate() 공개 메소드

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
리턴 void

Sentence() 공개 메소드

public Sentence ( ) : System
리턴 System

Sentence() 공개 메소드

public Sentence ( string key, string format ) : System
key string
format string
리턴 System

TitleOrFormat() 공개 메소드

public TitleOrFormat ( ) : string
리턴 string

ToMissingCode() 공개 메소드

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

fact 공개적으로 프로퍼티

public bool fact
리턴 bool

format 공개적으로 프로퍼티

public string format
리턴 string