C# Class StoryTeller.Engine.Constraints.Policies

Inheritance: IPolicies
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
CanChooseFixture ( System.Test test ) : bool
CanChooseGrammar ( string grammarKey, IEnumerable preceeding ) : bool
HideGrammar ( string grammarKey ) : void
IsHidden ( string grammarKey ) : bool
Policies ( ) : System
Tag ( string tag ) : void
Tag ( string grammarKey, string tag ) : void
Tags ( ) : IEnumerable
Tags ( string grammarKey ) : IEnumerable

Method Details

CanChooseFixture() public méthode

public CanChooseFixture ( System.Test test ) : bool
test System.Test
Résultat bool

CanChooseGrammar() public méthode

public CanChooseGrammar ( string grammarKey, IEnumerable preceeding ) : bool
grammarKey string
preceeding IEnumerable
Résultat bool

HideGrammar() public méthode

public HideGrammar ( string grammarKey ) : void
grammarKey string
Résultat void

IsHidden() public méthode

public IsHidden ( string grammarKey ) : bool
grammarKey string
Résultat bool

Policies() public méthode

public Policies ( ) : System
Résultat System

Tag() public méthode

public Tag ( string tag ) : void
tag string
Résultat void

Tag() public méthode

public Tag ( string grammarKey, string tag ) : void
grammarKey string
tag string
Résultat void

Tags() public méthode

public Tags ( ) : IEnumerable
Résultat IEnumerable

Tags() public méthode

public Tags ( string grammarKey ) : IEnumerable
grammarKey string
Résultat IEnumerable