C# Class Rock.Model.GroupLocationService

Data access/service class for Rock.Model.GroupLocation objects.
Afficher le fichier Open project: SparkDevNetwork/Rock Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat IQueryable

GetActiveByLocations() public méthode

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

GetByLocation() public méthode

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.
Résultat IQueryable

GetMappedLocationsByGeofences() public méthode

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