C# Class CustomerApp.Support.ThirdParty.ButtonService

Afficher le fichier Open project: dgadd/TDD_Kata_For_MVVM_on_Win_Phone_7

Méthodes publiques

Méthode Description
GetCommand ( DependencyObject dependencyObject ) : ICommand
SetCommand ( DependencyObject dependencyObject, ICommand value ) : void

Private Methods

Méthode Description
ButtonService ( ) : System
OnCommandChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dpceArgs ) : void

Method Details

GetCommand() public static méthode

public static GetCommand ( DependencyObject dependencyObject ) : ICommand
dependencyObject System.Windows.DependencyObject
Résultat ICommand

SetCommand() public static méthode

public static SetCommand ( DependencyObject dependencyObject, ICommand value ) : void
dependencyObject System.Windows.DependencyObject
value ICommand
Résultat void