C# Class StoryTeller.Model.Table

Inheritance: GrammarModel
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultCollectionName string
cells Cell[]
collection string
hasAfterStep bool
hasBeforeStep bool
title string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Table ( string key ) : System.Collections.Generic
configureSampleStep ( Step step ) : void

Private Methods

Méthode Description
findSection ( Step step ) : Section

Method Details

ApplyOverrides() public méthode

public ApplyOverrides ( GrammarModel grammar ) : GrammarModel
grammar GrammarModel
Résultat GrammarModel

PostProcessAndValidate() public méthode

public PostProcessAndValidate ( IStepValidator stepValidator, Step step ) : void
stepValidator IStepValidator
step Step
Résultat void

Table() public méthode

public Table ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Table() protected méthode

protected Table ( string key ) : System.Collections.Generic
key string
Résultat System.Collections.Generic

TitleOrFormat() public méthode

public TitleOrFormat ( ) : string
Résultat string

ToMissingCode() public méthode

public ToMissingCode ( bool withinParagraph = false ) : string
withinParagraph bool
Résultat string

configureSampleStep() protected méthode

protected configureSampleStep ( Step step ) : void
step Step
Résultat void

Property Details

DefaultCollectionName public_oe static_oe property

public static string DefaultCollectionName
Résultat string

cells public_oe property

public Cell[] cells
Résultat Cell[]

collection public_oe property

public string collection
Résultat string

hasAfterStep public_oe property

public bool hasAfterStep
Résultat bool

hasBeforeStep public_oe property

public bool hasBeforeStep
Résultat bool

title public_oe property

public string title
Résultat string