C# Class cc.newspring.AttendedCheckIn.Utility.Helpers

Afficher le fichier Open project: NewSpring/rock-attended-checkin

Méthodes publiques

Méthode Description
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.

Method Details

GetAbilityItems() public static méthode

Gets the ability list items.
public static GetAbilityItems ( ) : List
Résultat List

GetGradeItems() public static méthode

Gets the grade items.
public static GetGradeItems ( ) : List
Résultat List

LoadAbilityAndGradeItems() public static méthode

Loads the ability and grade items.
public static LoadAbilityAndGradeItems ( this thisDDL ) : void
thisDDL this The this DDL.
Résultat void

LoadItems() public static méthode

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.
Résultat void

ReadAttendanceBySchedule() public static méthode

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