C# Class Castle.Samples.WindsorSilverlight.Commands.LogoutCommand

Inheritance: ICommand
Afficher le fichier Open project: HEskandari/Castle-Windsor-Examples Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
LogoutCommand ( IAuthenticationManager authenticationManager, IStatusService statusService ) : System

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

LogoutCommand() public méthode

public LogoutCommand ( IAuthenticationManager authenticationManager, IStatusService statusService ) : System
authenticationManager IAuthenticationManager
statusService IStatusService
Résultat System