C# 클래스 Rock.CheckIn.KioskLocationAttendance

Helper class for storing the current attendance for a given kiosk location
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
AddAttendance ( Attendance attendance ) : void

Adds the attendance.

Flush ( int id ) : void

Flushes the specified id.

Read ( int id ) : KioskLocationAttendance

Reads the specified id.

비공개 메소드들

메소드 설명
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.

메소드 상세

AddAttendance() 공개 정적인 메소드

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

Flush() 공개 정적인 메소드

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

Read() 공개 정적인 메소드

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