C# Class StoryTeller.Grammars.SilentAction

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

Méthodes publiques

Méthode Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
AsCritical ( string type, object position, Action action, Node node ) : SilentAction
Count ( ) : int
Execute ( SpecContext context ) : void
SilentAction ( string type, object position, Action action, Node node ) : System

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

AsCritical() public static méthode

public static AsCritical ( string type, object position, Action action, Node node ) : SilentAction
type string
position object
action Action
node StoryTeller.Model.Node
Résultat SilentAction

Count() public méthode

public Count ( ) : int
Résultat int

Execute() public méthode

public Execute ( SpecContext context ) : void
context SpecContext
Résultat void

SilentAction() public méthode

public SilentAction ( string type, object position, Action action, Node node ) : System
type string
position object
action Action
node StoryTeller.Model.Node
Résultat System