C# 클래스 StoryTeller.Model.Table

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

공개 프로퍼티들

프로퍼티 타입 설명
DefaultCollectionName string
cells Cell[]
collection string
hasAfterStep bool
hasBeforeStep bool
title string

공개 메소드들

메소드 설명
ApplyOverrides ( GrammarModel grammar ) : GrammarModel
PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
Table ( ) : System.Collections.Generic
TitleOrFormat ( ) : string
ToMissingCode ( bool withinParagraph = false ) : string

보호된 메소드들

메소드 설명
Table ( string key ) : System.Collections.Generic
configureSampleStep ( Step step ) : void

비공개 메소드들

메소드 설명
findSection ( Step step ) : Section

메소드 상세

ApplyOverrides() 공개 메소드

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

PostProcessAndValidate() 공개 메소드

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

Table() 공개 메소드

public Table ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Table() 보호된 메소드

protected Table ( string key ) : System.Collections.Generic
key string
리턴 System.Collections.Generic

TitleOrFormat() 공개 메소드

public TitleOrFormat ( ) : string
리턴 string

ToMissingCode() 공개 메소드

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

configureSampleStep() 보호된 메소드

protected configureSampleStep ( Step step ) : void
step Step
리턴 void

프로퍼티 상세

DefaultCollectionName 공개적으로 정적으로 프로퍼티

public static string DefaultCollectionName
리턴 string

cells 공개적으로 프로퍼티

public Cell[] cells
리턴 Cell[]

collection 공개적으로 프로퍼티

public string collection
리턴 string

hasAfterStep 공개적으로 프로퍼티

public bool hasAfterStep
리턴 bool

hasBeforeStep 공개적으로 프로퍼티

public bool hasBeforeStep
리턴 bool

title 공개적으로 프로퍼티

public string title
리턴 string