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

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

Private Properties

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

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

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

Initializes a new instance of the CheckInGroupType class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableGroups ( CheckInSchedule schedule ) : List

Gets the available groups.

GetGroups ( bool selectedOnly ) : List

Gets the groups.

SelectedGroups ( CheckInSchedule currentSchedule ) : List

Returns the selected groups.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

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

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

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

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

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

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

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

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

Returns the selected groups.
public SelectedGroups ( 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