C# Class Gwupe.Agent.Components.Notification.CancelCommand

Inheritance: ICommand
Datei anzeigen Open project: gwupe/Gwupe

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Private Methods

Method Description
CancelCommand ( NotificationManager manager, CancellableNotification notification ) : System

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void