C# 클래스 Rock.Model.GroupLocationService

Data access/service class for Rock.Model.GroupLocation objects.
파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

공개 메소드들

메소드 설명
GetActiveByLocation ( int locationId ) : IQueryable

Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their

GetActiveByLocations ( List locationIds ) : IQueryable

Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their

GetByLocation ( int locationId ) : IQueryable

Returns an enumerable collection of GroupLocations by their LocationId.

GetMappedLocationsByGeofences ( List geofences ) : IQueryable

Gets the 'IsMappedLocation' locations that are within and of the selected geofences

메소드 상세

GetActiveByLocation() 공개 메소드

Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their
public GetActiveByLocation ( int locationId ) : IQueryable
locationId int A representing the Id of the to search by.
리턴 IQueryable

GetActiveByLocations() 공개 메소드

Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their
public GetActiveByLocations ( List locationIds ) : IQueryable
locationIds List The location ids.
리턴 IQueryable

GetByLocation() 공개 메소드

Returns an enumerable collection of GroupLocations by their LocationId.
public GetByLocation ( int locationId ) : IQueryable
locationId int A representing the Id of a to search by.
리턴 IQueryable

GetMappedLocationsByGeofences() 공개 메소드

Gets the 'IsMappedLocation' locations that are within and of the selected geofences
public GetMappedLocationsByGeofences ( List geofences ) : IQueryable
geofences List The geofences.
리턴 IQueryable