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

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

Private Properties

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

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

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

Initializes a new instance of the CheckInPerson class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

GetAvailableGroupTypes ( CheckInSchedule schedule ) : List

Gets the available group types.

GetGroupTypes ( bool selectedOnly ) : List

Gets the group types.

SelectedGroupTypes ( CheckInSchedule currentSchedule ) : List

Returns the selected group types.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

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

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

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

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

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

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

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

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

Returns the selected group types.
public SelectedGroupTypes ( 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