C# Class StoryTeller.Model.Table

Inheritance: GrammarModel
Show file 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 static property

public static string DefaultCollectionName
return string

cells public property

public Cell[] cells
return Cell[]

collection public property

public string collection
return string

hasAfterStep public property

public bool hasAfterStep
return bool

hasBeforeStep public property

public bool hasBeforeStep
return bool

title public property

public string title
return string