C# Класс DataDictionary.Tests.Runner.Events.VariableUpdate

Наследование: DataDictionary.Tests.Runner.Events.ModelEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Apply ( Runner runner ) : void

Performs the variable change

ComputeChanges ( bool apply, Runner runner ) : bool

Computes the changes related to this event

GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void

Builds the explanation of the element

RollBack ( Runner runner ) : void

Rollsback the changes performed during this event

VariableUpdate ( Action action, IModelElement instance, acceptor priority ) : DataDictionary.Generated

Constructor

Описание методов

Apply() публичный Метод

Performs the variable change
public Apply ( Runner runner ) : void
runner Runner
Результат void

ComputeChanges() публичный Метод

Computes the changes related to this event
public ComputeChanges ( bool apply, Runner runner ) : bool
apply bool Indicates that the changes should be applied directly
runner Runner
Результат bool

GetExplain() публичный Метод

Builds the explanation of the element
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void
explanation TextualExplanation
explainSubElements bool Precises if we need to explain the sub elements (if any)
Результат void

RollBack() публичный Метод

Rollsback the changes performed during this event
public RollBack ( Runner runner ) : void
runner Runner
Результат void

VariableUpdate() публичный Метод

Constructor
public VariableUpdate ( Action action, IModelElement instance, acceptor priority ) : DataDictionary.Generated
action DataDictionary.Rules.Action The action which raised the variable update>
instance IModelElement
priority acceptor
Результат DataDictionary.Generated