C# Class Prizm.Main.Forms.Reports.Mill.CreateReportCommand

Inheritance: ICommand
ファイルを表示 Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CanExecute ( ) : bool
CreateReportCommand ( MillReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL
Execute ( ) : void

Private Methods

Method Description
SetDataSortByColumn ( string columnName ) : void

Method Details

CanExecute() public method

public CanExecute ( ) : bool
return bool

CreateReportCommand() public method

public CreateReportCommand ( MillReportsViewModel viewModel, IMillReportsRepository repo, IUserNotify notify ) : Prizm.Data.DAL
viewModel MillReportsViewModel
repo IMillReportsRepository
notify IUserNotify
return Prizm.Data.DAL

Execute() public method

public Execute ( ) : void
return void