C# Class StoryTeller.Model.Table

Inheritance: GrammarModel
Exibir arquivo Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
DefaultCollectionName string
cells Cell[]
collection string
hasAfterStep bool
hasBeforeStep bool
title string

Public Methods

Method Description
ApplyOverrides ( GrammarModel grammar ) : GrammarModel
PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
Table ( ) : System.Collections.Generic
TitleOrFormat ( ) : string
ToMissingCode ( bool withinParagraph = false ) : string

Protected Methods

Method Description
Table ( string key ) : System.Collections.Generic
configureSampleStep ( Step step ) : void

Private Methods

Method Description
findSection ( Step step ) : Section

Method Details

ApplyOverrides() public method

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
return GrammarModel

PostProcessAndValidate() public method

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
return void

Table() public method

public Table ( ) : System.Collections.Generic
return System.Collections.Generic

Table() protected method

protected Table ( string key ) : System.Collections.Generic
key string
return System.Collections.Generic

TitleOrFormat() public method

public TitleOrFormat ( ) : string
return string

ToMissingCode() public method

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
return string

configureSampleStep() protected method

protected configureSampleStep ( Step step ) : void
step Step
return void

Property Details

DefaultCollectionName public_oe static_oe property

public static string DefaultCollectionName
return string

cells public_oe property

public Cell[] cells
return Cell[]

collection public_oe property

public string collection
return string

hasAfterStep public_oe property

public bool hasAfterStep
return bool

hasBeforeStep public_oe property

public bool hasBeforeStep
return bool

title public_oe property

public string title
return string