C# 클래스 StoryTeller.Domain.Step

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

공개 프로퍼티들

프로퍼티 타입 설명
BLANK string
NULL string

공개 메소드들

메소드 설명
AcceptVisitor ( ITestVisitor visitor ) : void
EachLeaf ( StepLeaf>.Action action ) : void
Get ( string key ) : string
GetHashCode ( ) : int
Has ( string key ) : bool
HasLeaf ( string name ) : bool
LeafFor ( string name ) : StepLeaf
ParseValues ( string text ) : string>.IDictionary
Remove ( string key ) : void
Set ( string key, object value ) : void
ShallowClone ( ) : IStep
Step ( ) : System
Step ( string grammarKey ) : System
Step ( string grammarKey, Action action ) : System
StepCount ( ) : int
ToString ( ) : string
Validate ( IEnumerable cells ) : IList
With ( string text ) : Step

Only useful for testing: "key1:value1, key2:value2, key3:value3"

With ( string key, object value ) : Step
WithChildren ( string childKey ) : Step

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ITestVisitor visitor ) : void
visitor ITestVisitor
리턴 void

EachLeaf() 공개 메소드

public EachLeaf ( StepLeaf>.Action action ) : void
action StepLeaf>.Action
리턴 void

Get() 공개 메소드

public Get ( string key ) : string
key string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Has() 공개 메소드

public Has ( string key ) : bool
key string
리턴 bool

HasLeaf() 공개 메소드

public HasLeaf ( string name ) : bool
name string
리턴 bool

LeafFor() 공개 메소드

public LeafFor ( string name ) : StepLeaf
name string
리턴 StepLeaf

ParseValues() 공개 정적인 메소드

public static ParseValues ( string text ) : string>.IDictionary
text string
리턴 string>.IDictionary

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Set() 공개 메소드

public Set ( string key, object value ) : void
key string
value object
리턴 void

ShallowClone() 공개 메소드

public ShallowClone ( ) : IStep
리턴 IStep

Step() 공개 메소드

public Step ( ) : System
리턴 System

Step() 공개 메소드

public Step ( string grammarKey ) : System
grammarKey string
리턴 System

Step() 공개 메소드

public Step ( string grammarKey, Action action ) : System
grammarKey string
action Action
리턴 System

StepCount() 공개 메소드

public StepCount ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 공개 메소드

public Validate ( IEnumerable cells ) : IList
cells IEnumerable
리턴 IList

With() 공개 메소드

Only useful for testing: "key1:value1, key2:value2, key3:value3"
public With ( string text ) : Step
text string
리턴 Step

With() 공개 메소드

public With ( string key, object value ) : Step
key string
value object
리턴 Step

WithChildren() 공개 메소드

public WithChildren ( string childKey ) : Step
childKey string
리턴 Step

프로퍼티 상세

BLANK 공개적으로 정적으로 프로퍼티

public static string BLANK
리턴 string

NULL 공개적으로 정적으로 프로퍼티

public static string NULL
리턴 string