C# Class SEToolbox.ViewModels.ResourceReportViewModel

Inheritance: BaseViewModel
显示文件 Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method 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 method

public CloseCanExecute ( ) : bool
return bool

CloseExecuted() public method

public CloseExecuted ( ) : void
return void

CopyCanExecute() public method

public CopyCanExecute ( ) : bool
return bool

CopyExecuted() public method

public CopyExecuted ( ) : void
return void

ExportCanExecute() public method

public ExportCanExecute ( ) : bool
return bool

ExportHtmlCanExecute() public method

public ExportHtmlCanExecute ( ) : bool
return bool

ExportHtmlExecuted() public method

public ExportHtmlExecuted ( ) : void
return void

ExportTextCanExecute() public method

public ExportTextCanExecute ( ) : bool
return bool

ExportTextExecuted() public method

public ExportTextExecuted ( ) : void
return void

ExportXmlCanExecute() public method

public ExportXmlCanExecute ( ) : bool
return bool

ExportXmlExecuted() public method

public ExportXmlExecuted ( ) : void
return void

GenerateCanExecute() public method

public GenerateCanExecute ( ) : bool
return bool

GenerateExecuted() public method

public GenerateExecuted ( ) : void
return void

ResourceReportViewModel() public method

public ResourceReportViewModel ( BaseViewModel parentViewModel, ResourceReportModel dataModel ) : System
parentViewModel BaseViewModel
dataModel SEToolbox.Models.ResourceReportModel
return System

ResourceReportViewModel() public method

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