Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Apply ( DataDictionary.Tests.Runner.Runner runner ) : void |
Applies the change
|
|
CheckChange ( ModelElement element ) : bool |
Checks that the change is valid
|
|
CheckForCompatibility ( ) : bool |
Indicates that this change should be compatible with all the other changes applied during the same execution cycle. Compatibility is defined by the fact that two changes should update the same variable with the same value.
|
|
InsertInListChange ( DataDictionary.Interpreter.InterpretationContext context, |
Constructor
|
public Apply ( DataDictionary.Tests.Runner.Runner runner ) : void | ||
runner | DataDictionary.Tests.Runner.Runner | |
Результат | void |
public CheckChange ( ModelElement element ) : bool | ||
element | ModelElement | |
Результат | bool |
public InsertInListChange ( DataDictionary.Interpreter.InterpretationContext context, |
||
context | DataDictionary.Interpreter.InterpretationContext | |
statement | ||
variable | IVariable | |
explanation | ||
Результат | System.Threading |