C# Класс Rock.CheckIn.KioskLabel

Cached Check-in Label
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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