C# Class Rock.CheckIn.KioskLocationAttendance

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

Méthodes publiques

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

Méthode 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 méthode

Adds the attendance.
public static AddAttendance ( Attendance attendance ) : void
attendance Attendance The attendance.
Résultat void

Flush() public static méthode

Flushes the specified id.
public static Flush ( int id ) : void
id int The id.
Résultat void

Read() public static méthode

Reads the specified id.
public static Read ( int id ) : KioskLocationAttendance
id int The id.
Résultat KioskLocationAttendance