C# Class Rock.CheckIn.KioskLocationAttendance

Helper class for storing the current attendance for a given kiosk location
Datei anzeigen Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
AddAttendance ( Attendance attendance ) : void

Adds the attendance.

Flush ( int id ) : void

Flushes the specified id.

Read ( int id ) : KioskLocationAttendance

Reads the specified id.

Private Methods

Method Description
AddAttendanceRecord ( KioskLocationAttendance kioskLocationAttendance, Attendance attendance ) : void

Adds the attendance record.

CacheKey ( int id ) : string

Caches the key.

KioskLocationAttendance ( ) : System

Prevents a default instance of the KioskLocationAttendance class from being created.

Method Details

AddAttendance() public static method

Adds the attendance.
public static AddAttendance ( Attendance attendance ) : void
attendance Attendance The attendance.
return void

Flush() public static method

Flushes the specified id.
public static Flush ( int id ) : void
id int The id.
return void

Read() public static method

Reads the specified id.
public static Read ( int id ) : KioskLocationAttendance
id int The id.
return KioskLocationAttendance