C# 클래스 Purchasing.Mvc.Models.ReportProcessingTimeViewModel

파일 보기 프로젝트 열기: ucdavis/Purchasing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Workgroups IEnumerable

공개 메소드들

메소드 설명
Create ( IWorkgroupService workgroupService, Workgroup workgroup, bool onlyShowReRouted ) : ReportProcessingTimeViewModel
GenerateDisplayTable ( ISearchService indexSearchService, IRepositoryFactory repositoryFactory, IWorkgroupService workgroupService, int workgroupId, System.DateTime month ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( IWorkgroupService workgroupService, Workgroup workgroup, bool onlyShowReRouted ) : ReportProcessingTimeViewModel
workgroupService IWorkgroupService
workgroup Workgroup
onlyShowReRouted bool
리턴 ReportProcessingTimeViewModel

GenerateDisplayTable() 공개 메소드

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
리턴 void

프로퍼티 상세

Workgroups 공개적으로 프로퍼티

public IEnumerable Workgroups
리턴 IEnumerable