C# Class StoryTeller.Domain.Step

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

Méthodes publiques

Свойство Type Description
BLANK string
NULL string

Méthodes publiques

Méthode Description
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

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ITestVisitor visitor ) : void
visitor ITestVisitor
Résultat void

EachLeaf() public méthode

public EachLeaf ( StepLeaf>.Action action ) : void
action StepLeaf>.Action
Résultat void

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Has() public méthode

public Has ( string key ) : bool
key string
Résultat bool

HasLeaf() public méthode

public HasLeaf ( string name ) : bool
name string
Résultat bool

LeafFor() public méthode

public LeafFor ( string name ) : StepLeaf
name string
Résultat StepLeaf

ParseValues() public static méthode

public static ParseValues ( string text ) : string>.IDictionary
text string
Résultat string>.IDictionary

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, object value ) : void
key string
value object
Résultat void

ShallowClone() public méthode

public ShallowClone ( ) : IStep
Résultat IStep

Step() public méthode

public Step ( ) : System
Résultat System

Step() public méthode

public Step ( string grammarKey ) : System
grammarKey string
Résultat System

Step() public méthode

public Step ( string grammarKey, Action action ) : System
grammarKey string
action Action
Résultat System

StepCount() public méthode

public StepCount ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public méthode

public Validate ( IEnumerable cells ) : IList
cells IEnumerable
Résultat IList

With() public méthode

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

With() public méthode

public With ( string key, object value ) : Step
key string
value object
Résultat Step

WithChildren() public méthode

public WithChildren ( string childKey ) : Step
childKey string
Résultat Step

Property Details

BLANK public_oe static_oe property

public static string BLANK
Résultat string

NULL public_oe static_oe property

public static string NULL
Résultat string