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

Наследование: Lava.ILiquidizable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
this object

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

Метод Описание
ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

Приватные методы

Метод Описание
this ( object key ) : object

Описание методов

ContainsKey() публичный Метод

Determines whether the specified key contains key.
public ContainsKey ( object key ) : bool
key object The key.
Результат bool

ToLiquid() публичный Метод

To the liquid.
public ToLiquid ( ) : object
Результат object

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string