Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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 | |
Résultat | void |
public CheckChange ( ModelElement element ) : bool | ||
element | ModelElement | |
Résultat | bool |
public InsertInListChange ( DataDictionary.Interpreter.InterpretationContext context, |
||
context | DataDictionary.Interpreter.InterpretationContext | |
statement | ||
variable | IVariable | |
explanation | ||
Résultat | System.Threading |