C# Class Rock.CheckIn.KioskLabel

Cached Check-in Label
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
Flush ( System.Guid guid ) : void

Flushes the specified guid.

Read ( System.Guid guid ) : KioskLabel

Reads the specified label by guid.

Private Methods

Method Description
CacheKey ( System.Guid guid ) : string

Caches the key.

KioskLabel ( ) : System

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

Method Details

Flush() public static method

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

Read() public static method

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