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

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

Private Properties

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

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

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

Initializes a new instance of the CheckInGroup class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableLocations ( CheckInSchedule schedule ) : List

Gets the available locations.

GetLocations ( bool selectedOnly ) : List

Gets the locations.

SelectedLocations ( CheckInSchedule currentSchedule ) : List

Returns the selected locations

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

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

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

Initializes a new instance of the CheckInGroup class.
public CheckInGroup ( ) : 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

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

Gets the available locations.
public GetAvailableLocations ( CheckInSchedule schedule ) : List
schedule CheckInSchedule The schedule.
Результат List

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

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

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

Returns the selected locations
public SelectedLocations ( CheckInSchedule currentSchedule ) : List
currentSchedule CheckInSchedule The current schedule.
Результат List

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

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

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

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