C# Class Microsoft.Practices.Prism.Tests.Commands.SelfUnregisterableCommand

Inheritance: ICommand
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Свойство Type Description
Command Microsoft.Practices.Prism.Commands.CompositeCommand
ExecutedCalled bool

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SelfUnregisterableCommand ( CompositeCommand command ) : Microsoft.Practices.Prism

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

SelfUnregisterableCommand() public méthode

public SelfUnregisterableCommand ( CompositeCommand command ) : Microsoft.Practices.Prism
command Microsoft.Practices.Prism.Commands.CompositeCommand
Résultat Microsoft.Practices.Prism

Property Details

Command public_oe property

public CompositeCommand,Microsoft.Practices.Prism.Commands Command
Résultat Microsoft.Practices.Prism.Commands.CompositeCommand

ExecutedCalled public_oe property

public bool ExecutedCalled
Résultat bool