C# Class Gramps.Controllers.ViewModels.ReportLaunchViewModel

Inheritance: CallNavigationViewModel
Mostrar archivo Open project: ucdavis/Gramps Class Usage Examples

Public Methods

Method Description
Create ( IRepository repository, CallForProposal callForProposal, Report report, bool forExport = false ) : ReportLaunchViewModel
ReportLaunchViewModel ( ) : System

Private Methods

Method Description
ExtractValue ( ReportColumn reportColumn, Proposal proposal, bool forExport ) : string
GenerateGeneric ( ReportLaunchViewModel viewModel, Report report, CallForProposal callForProposal ) : ReportLaunchViewModel

Method Details

Create() public static method

public static Create ( IRepository repository, CallForProposal callForProposal, Report report, bool forExport = false ) : ReportLaunchViewModel
repository IRepository
callForProposal CallForProposal
report Report
forExport bool
return ReportLaunchViewModel

ReportLaunchViewModel() public method

public ReportLaunchViewModel ( ) : System
return System