C# 클래스 Rock.Model.GroupServiceExtensions

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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