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

Data access/service class for Rock.Model.GroupLocation objects.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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