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

Inheritance: ICommand
Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetDataSortByColumn ( string columnName ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

CreateReportCommand() public méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void