C# 클래스 cc.newspring.AttendedCheckIn.Utility.Helpers

파일 보기 프로젝트 열기: NewSpring/rock-attended-checkin

공개 메소드들

메소드 설명
GetAbilityItems ( ) : List

Gets the ability list items.

GetGradeItems ( ) : List

Gets the grade items.

LoadAbilityAndGradeItems ( this thisDDL ) : void

Loads the ability and grade items.

LoadItems ( this thisDDL, List listItems, string optionGroupName = null ) : void

Loads the items.

ReadAttendanceBySchedule ( int locationId, int scheduleId ) : int

Reads the attendance cache by schedule.

메소드 상세

GetAbilityItems() 공개 정적인 메소드

Gets the ability list items.
public static GetAbilityItems ( ) : List
리턴 List

GetGradeItems() 공개 정적인 메소드

Gets the grade items.
public static GetGradeItems ( ) : List
리턴 List

LoadAbilityAndGradeItems() 공개 정적인 메소드

Loads the ability and grade items.
public static LoadAbilityAndGradeItems ( this thisDDL ) : void
thisDDL this The this DDL.
리턴 void

LoadItems() 공개 정적인 메소드

Loads the items.
public static LoadItems ( this thisDDL, List listItems, string optionGroupName = null ) : void
thisDDL this The this DDL.
listItems List The list items.
optionGroupName string Name of the option group.
리턴 void

ReadAttendanceBySchedule() 공개 정적인 메소드

Reads the attendance cache by schedule.
public static ReadAttendanceBySchedule ( int locationId, int scheduleId ) : int
locationId int The location identifier.
scheduleId int The schedule identifier.
리턴 int