C# Class Gwupe.Agent.Components.Alert.ActionCommand

Inheritance: ICommand
ファイルを表示 Open project: gwupe/Gwupe

Public Properties

Property Type Description
Action System.Action

Public Methods

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

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

Property Details

Action public_oe property

public Action,System Action
return System.Action