C# 클래스 Rock.Model.ScheduleService

The data access/service class for the Rock.Model.Schedule entity. This inherits from the Service class
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetAttendance ( Group group, ScheduleOccurrence occurrence ) : IQueryable

Gets the attendance.

GetGroupOccurrences ( Group group, System.DateTime fromDateTime, System.DateTime toDateTime, List locationIds, List scheduleIds, bool loadSummaryData ) : List

Gets occurrence data for the selected group

GetGroupOccurrences ( Group group, System.DateTime fromDateTime, System.DateTime toDateTime, List locationIds, List scheduleIds, bool loadSummaryData, int campusId ) : List

Gets occurrence data for the selected group

LoadSummaryData ( Group group, ScheduleOccurrence occurrence ) : void

Loads the attendance data.

메소드 상세

GetAttendance() 공개 메소드

Gets the attendance.
public GetAttendance ( Group group, ScheduleOccurrence occurrence ) : IQueryable
group Group The group.
occurrence ScheduleOccurrence The occurrence.
리턴 IQueryable

GetGroupOccurrences() 공개 메소드

Gets occurrence data for the selected group
public GetGroupOccurrences ( Group group, System.DateTime fromDateTime, System.DateTime toDateTime, List locationIds, List scheduleIds, bool loadSummaryData ) : List
group Group The group.
fromDateTime System.DateTime From date time.
toDateTime System.DateTime To date time.
locationIds List The location ids.
scheduleIds List The schedule ids.
loadSummaryData bool if set to true [load summary data].
리턴 List

GetGroupOccurrences() 공개 메소드

Gets occurrence data for the selected group
public GetGroupOccurrences ( Group group, System.DateTime fromDateTime, System.DateTime toDateTime, List locationIds, List scheduleIds, bool loadSummaryData, int campusId ) : List
group Group The group.
fromDateTime System.DateTime From date time.
toDateTime System.DateTime To date time.
locationIds List The location ids.
scheduleIds List The schedule ids.
loadSummaryData bool if set to true [load summary data].
campusId int The campus identifier.
리턴 List

LoadSummaryData() 공개 메소드

Loads the attendance data.
public LoadSummaryData ( Group group, ScheduleOccurrence occurrence ) : void
group Group The group.
occurrence ScheduleOccurrence The occurrence.
리턴 void