C# Class Gramps.Controllers.ViewModels.ReportLaunchViewModel

Inheritance: CallNavigationViewModel
Afficher le fichier Open project: ucdavis/Gramps Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Create() public static méthode

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

ReportLaunchViewModel() public méthode

public ReportLaunchViewModel ( ) : System
Résultat System