C# Class SEToolbox.ViewModels.ResourceReportViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
CloseCanExecute ( ) : bool
CloseExecuted ( ) : void
CopyCanExecute ( ) : bool
CopyExecuted ( ) : void
ExportCanExecute ( ) : bool
ExportHtmlCanExecute ( ) : bool
ExportHtmlExecuted ( ) : void
ExportTextCanExecute ( ) : bool
ExportTextExecuted ( ) : void
ExportXmlCanExecute ( ) : bool
ExportXmlExecuted ( ) : void
GenerateCanExecute ( ) : bool
GenerateExecuted ( ) : void
ResourceReportViewModel ( BaseViewModel parentViewModel, ResourceReportModel dataModel ) : System
ResourceReportViewModel ( BaseViewModel parentViewModel, ResourceReportModel dataModel, IDialogService dialogService, Func saveFileDialogFactory ) : System

Method Details

CloseCanExecute() public méthode

public CloseCanExecute ( ) : bool
Résultat bool

CloseExecuted() public méthode

public CloseExecuted ( ) : void
Résultat void

CopyCanExecute() public méthode

public CopyCanExecute ( ) : bool
Résultat bool

CopyExecuted() public méthode

public CopyExecuted ( ) : void
Résultat void

ExportCanExecute() public méthode

public ExportCanExecute ( ) : bool
Résultat bool

ExportHtmlCanExecute() public méthode

public ExportHtmlCanExecute ( ) : bool
Résultat bool

ExportHtmlExecuted() public méthode

public ExportHtmlExecuted ( ) : void
Résultat void

ExportTextCanExecute() public méthode

public ExportTextCanExecute ( ) : bool
Résultat bool

ExportTextExecuted() public méthode

public ExportTextExecuted ( ) : void
Résultat void

ExportXmlCanExecute() public méthode

public ExportXmlCanExecute ( ) : bool
Résultat bool

ExportXmlExecuted() public méthode

public ExportXmlExecuted ( ) : void
Résultat void

GenerateCanExecute() public méthode

public GenerateCanExecute ( ) : bool
Résultat bool

GenerateExecuted() public méthode

public GenerateExecuted ( ) : void
Résultat void

ResourceReportViewModel() public méthode

public ResourceReportViewModel ( BaseViewModel parentViewModel, ResourceReportModel dataModel ) : System
parentViewModel BaseViewModel
dataModel SEToolbox.Models.ResourceReportModel
Résultat System

ResourceReportViewModel() public méthode

public ResourceReportViewModel ( BaseViewModel parentViewModel, ResourceReportModel dataModel, IDialogService dialogService, Func saveFileDialogFactory ) : System
parentViewModel BaseViewModel
dataModel SEToolbox.Models.ResourceReportModel
dialogService IDialogService
saveFileDialogFactory Func
Résultat System