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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
CheckInFamily ( ) : System.Collections.Generic

Initializes a new instance of the CheckInFamily class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

GetPeople ( bool selectedOnly ) : List

Gets the people.

ToString ( ) : string

Returns a System.String that represents this instance.

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

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

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

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

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

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

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

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

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