C# Class CustomerApp.Support.ThirdParty.ButtonService

Mostra file Open project: dgadd/TDD_Kata_For_MVVM_on_Win_Phone_7

Public Methods

Method Description
GetCommand ( DependencyObject dependencyObject ) : ICommand
SetCommand ( DependencyObject dependencyObject, ICommand value ) : void

Private Methods

Method Description
ButtonService ( ) : System
OnCommandChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs dpceArgs ) : void

Method Details

GetCommand() public static method

public static GetCommand ( DependencyObject dependencyObject ) : ICommand
dependencyObject System.Windows.DependencyObject
return ICommand

SetCommand() public static method

public static SetCommand ( DependencyObject dependencyObject, ICommand value ) : void
dependencyObject System.Windows.DependencyObject
value ICommand
return void