C# Класс Rock.Model.GroupServiceExtensions

Показать файл Открыть проект

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

Метод Описание
HeadOfHousehold ( this members ) : Person

Given an IQueryable of members (i.e. family members), returns the head of household for those members

HeadOfHouseholds ( this groups ) : IQueryable

Given an IQueryable of Groups, returns just the heads of households for those groups

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

HeadOfHousehold() публичный статический метод

Given an IQueryable of members (i.e. family members), returns the head of household for those members
public static HeadOfHousehold ( this members ) : Person
members this The members.
Результат Person

HeadOfHouseholds() публичный статический метод

Given an IQueryable of Groups, returns just the heads of households for those groups
public static HeadOfHouseholds ( this groups ) : IQueryable
groups this The groups.
Результат IQueryable