C# Class Itenso.CalendarPeriodCollector.GenericCommand

Inheritance: ICommand
Mostra file Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
GenericCommand ( ICommandHandler commandHandler ) : System
GenericCommand ( ICommandHandler commandHandler, object context ) : System
UpdateCanExecute ( object parameter = null ) : void

Protected Methods

Method Description
OnCanExecuteChanged ( ) : 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

GenericCommand() public method

public GenericCommand ( ICommandHandler commandHandler ) : System
commandHandler ICommandHandler
return System

GenericCommand() public method

public GenericCommand ( ICommandHandler commandHandler, object context ) : System
commandHandler ICommandHandler
context object
return System

OnCanExecuteChanged() protected method

protected OnCanExecuteChanged ( ) : void
return void

UpdateCanExecute() public method

public UpdateCanExecute ( object parameter = null ) : void
parameter object
return void