C# 클래스 StoryTeller.Engine.Constraints.Policies

상속: IPolicies
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CanChooseFixture() 공개 메소드

public CanChooseFixture ( System.Test test ) : bool
test System.Test
리턴 bool

CanChooseGrammar() 공개 메소드

public CanChooseGrammar ( string grammarKey, IEnumerable preceeding ) : bool
grammarKey string
preceeding IEnumerable
리턴 bool

HideGrammar() 공개 메소드

public HideGrammar ( string grammarKey ) : void
grammarKey string
리턴 void

IsHidden() 공개 메소드

public IsHidden ( string grammarKey ) : bool
grammarKey string
리턴 bool

Policies() 공개 메소드

public Policies ( ) : System
리턴 System

Tag() 공개 메소드

public Tag ( string tag ) : void
tag string
리턴 void

Tag() 공개 메소드

public Tag ( string grammarKey, string tag ) : void
grammarKey string
tag string
리턴 void

Tags() 공개 메소드

public Tags ( ) : IEnumerable
리턴 IEnumerable

Tags() 공개 메소드

public Tags ( string grammarKey ) : IEnumerable
grammarKey string
리턴 IEnumerable