C# Class ORM.DisplayGraph.ViewModels.DelegateCommand

Inheritance: ICommand
Mostrar archivo Open project: thabart/SimpleOrm

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( System.Action addEntityExecute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( System.Action addEntityExecute ) : System
addEntityExecute System.Action
return System

Execute() public method

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