C# Class Rock.Model.GroupLocationService

Data access/service class for Rock.Model.GroupLocation objects.
Mostrar archivo Open project: SparkDevNetwork/Rock Class Usage Examples

Public Methods

Method Description
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

Method Details

GetActiveByLocation() public method

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.
return IQueryable

GetActiveByLocations() public method

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

GetByLocation() public method

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.
return IQueryable

GetMappedLocationsByGeofences() public method

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