C# Class Rock.CheckIn.KioskLabel

Cached Check-in Label
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( System.Guid guid ) : void

Flushes the specified guid.

Read ( System.Guid guid ) : KioskLabel

Reads the specified label by guid.

Private Methods

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

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

Read() public static méthode

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