C# Class CleanAOP.Notice

Inheritance: INotifyPropertyChanged, ICommand
Datei anzeigen Open project: Jarvin-Guan/CleanAOP

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
OnPropertyChanged ( string name ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void