C# Class Dev2.UndoFramework.AbstractAction

Inheritance: IAction
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
CanUnExecute ( ) : bool
Execute ( ) : void
TryToMerge ( IAction followingAction ) : bool
UnExecute ( ) : void

Méthodes protégées

Méthode Description
ExecuteCore ( ) : void
UnExecuteCore ( ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

CanUnExecute() public méthode

public CanUnExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCore() protected abstract méthode

protected abstract ExecuteCore ( ) : void
Résultat void

TryToMerge() public méthode

public TryToMerge ( IAction followingAction ) : bool
followingAction IAction
Résultat bool

UnExecute() public méthode

public UnExecute ( ) : void
Résultat void

UnExecuteCore() protected abstract méthode

protected abstract UnExecuteCore ( ) : void
Résultat void