C# Class Itenso.CalendarPeriodCollector.GenericCommand

Inheritance: ICommand
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

GenericCommand() public méthode

public GenericCommand ( ICommandHandler commandHandler ) : System
commandHandler ICommandHandler
Résultat System

GenericCommand() public méthode

public GenericCommand ( ICommandHandler commandHandler, object context ) : System
commandHandler ICommandHandler
context object
Résultat System

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( ) : void
Résultat void

UpdateCanExecute() public méthode

public UpdateCanExecute ( object parameter = null ) : void
parameter object
Résultat void