Свойство | Тип | Описание | |
---|---|---|---|
BLANK | string | ||
NULL | string |
Метод | Описание | |
---|---|---|
AcceptVisitor ( ITestVisitor visitor ) : void | ||
EachLeaf ( StepLeaf>.Action |
||
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 |
||
StepCount ( ) : int | ||
ToString ( ) : string | ||
Validate ( IEnumerable |
||
With ( string text ) : |
Only useful for testing: "key1:value1, key2:value2, key3:value3"
|
|
With ( string key, object value ) : |
||
WithChildren ( string childKey ) : |
public AcceptVisitor ( ITestVisitor visitor ) : void | ||
visitor | ITestVisitor | |
Результат | void |
public EachLeaf ( StepLeaf>.Action |
||
action | StepLeaf>.Action | |
Результат | void |
public static ParseValues ( string text ) : string>.IDictionary |
||
text | string | |
Результат | string>.IDictionary |
public Set ( string key, object value ) : void | ||
key | string | |
value | object | |
Результат | void |
public Step ( string grammarKey ) : System | ||
grammarKey | string | |
Результат | System |
public Step ( string grammarKey, Action |
||
grammarKey | string | |
action | Action |
|
Результат | System |
public Validate ( IEnumerable |
||
cells | IEnumerable |
|
Результат | IList |
public With ( string key, object value ) : |
||
key | string | |
value | object | |
Результат |
public WithChildren ( string childKey ) : |
||
childKey | string | |
Результат |