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

ファイルを表示 Open project: NewSpring/rock-attended-checkin

Public Methods

Method 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 method

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

GetGradeItems() public static method

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

LoadAbilityAndGradeItems() public static method

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

LoadItems() public static method

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.
return void

ReadAttendanceBySchedule() public static method

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