C# 클래스 UCosmic.Web.Mvc.ApiControllers.FacultyStaffController

상속: ApiController
파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha

공개 메소드들

메소드 설명
FacultyStaffController ( IProcessQueries queryProcessor, IQueryEntities entities ) : System

비공개 메소드들

메소드 설명
AddActivitiesToResults ( FacultyStaffFilterModel filter, IEnumerable activities, FacultyStaffSearchResults &results ) : void
GetActivityCount ( int establishmentId, int placeId ) : FacultyStaffSummaryModel
GetActivityTrend ( int establishmentId, int placeId ) : FacultyStaffTrendModel
GetDegreeCount ( int establishmentId, int placeId ) : FacultyStaffSummaryModel
GetDegreePeopleCount ( int establishmentId, int placeId ) : FacultyStaffSummaryModel
GetPeopleCount ( int establishmentId, int placeId ) : FacultyStaffSummaryModel
GetPeopleTrend ( int establishmentId, int placeId ) : FacultyStaffTrendModel
GetPlaceIds ( int placeId ) : int[]
GetSortDate ( System.DateTime startsOn, System.DateTime endsOn, bool onGoing ) : System.DateTime
GetTenantsWithActivities ( ) : HttpResponseMessage
MakeActivityTypeIds ( IEnumerable activityTypes ) : int[]
MakeDateString ( System.DateTime startsOn, System.DateTime endsOn, bool onGoing ) : string

메소드 상세

FacultyStaffController() 공개 메소드

public FacultyStaffController ( IProcessQueries queryProcessor, IQueryEntities entities ) : System
queryProcessor IProcessQueries
entities IQueryEntities
리턴 System