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

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

Private Properties

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

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

Метод Описание
CheckInLocation ( ) : System

Initializes a new instance of the CheckInLocation class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetSchedules ( bool selectedOnly ) : List

Gets the schedules.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

ValidSchedules ( CheckInSchedule schedule ) : List

Returns the locations valid schedules

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

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

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

CheckInLocation() публичный метод

Initializes a new instance of the CheckInLocation class.
public CheckInLocation ( ) : System
Результат System

ClearFilteredExclusions() публичный метод

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
Результат void

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

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

GetSchedules() публичный метод

Gets the schedules.
public GetSchedules ( bool selectedOnly ) : List
selectedOnly bool if set to true [selected only].
Результат List

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

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

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

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

ValidSchedules() публичный метод

Returns the locations valid schedules
public ValidSchedules ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
Результат List