C# Class Purchasing.Mvc.Models.ReportProcessingTimeViewModel

Afficher le fichier Open project: ucdavis/Purchasing Class Usage Examples

Méthodes publiques

Свойство Type Description
Workgroups IEnumerable

Méthodes publiques

Méthode Description
Create ( IWorkgroupService workgroupService, Workgroup workgroup, bool onlyShowReRouted ) : ReportProcessingTimeViewModel
GenerateDisplayTable ( ISearchService indexSearchService, IRepositoryFactory repositoryFactory, IWorkgroupService workgroupService, int workgroupId, System.DateTime month ) : void

Method Details

Create() public static méthode

public static Create ( IWorkgroupService workgroupService, Workgroup workgroup, bool onlyShowReRouted ) : ReportProcessingTimeViewModel
workgroupService IWorkgroupService
workgroup Workgroup
onlyShowReRouted bool
Résultat ReportProcessingTimeViewModel

GenerateDisplayTable() public méthode

public GenerateDisplayTable ( ISearchService indexSearchService, IRepositoryFactory repositoryFactory, IWorkgroupService workgroupService, int workgroupId, System.DateTime month ) : void
indexSearchService ISearchService
repositoryFactory IRepositoryFactory
workgroupService IWorkgroupService
workgroupId int
month System.DateTime
Résultat void

Property Details

Workgroups public_oe property

public IEnumerable Workgroups
Résultat IEnumerable