C# 클래스 Rock.CheckIn.KioskLabel

Cached Check-in Label
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( System.Guid guid ) : void

Flushes the specified guid.

Read ( System.Guid guid ) : KioskLabel

Reads the specified label by guid.

비공개 메소드들

메소드 설명
CacheKey ( System.Guid guid ) : string

Caches the key.

KioskLabel ( ) : System

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

메소드 상세

Flush() 공개 정적인 메소드

Flushes the specified guid.
public static Flush ( System.Guid guid ) : void
guid System.Guid The unique identifier.
리턴 void

Read() 공개 정적인 메소드

Reads the specified label by guid.
public static Read ( System.Guid guid ) : KioskLabel
guid System.Guid The unique identifier.
리턴 KioskLabel