Méthode | Description | |
---|---|---|
GetActiveByLocation ( int locationId ) : IQueryable |
Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their |
|
GetActiveByLocations ( List |
Returns an enumerable collection of active Rock.Model.GroupLocation">GroupLocations by their |
|
GetByLocation ( int locationId ) : IQueryable |
Returns an enumerable collection of
|
|
GetMappedLocationsByGeofences ( List |
Gets the 'IsMappedLocation' locations that are within and of the selected geofences
|
public GetActiveByLocation ( int locationId ) : IQueryable |
||
locationId | int | A |
Résultat | IQueryable |
public GetActiveByLocations ( List |
||
locationIds | List |
The location ids. |
Résultat | IQueryable |
public GetByLocation ( int locationId ) : IQueryable |
||
locationId | int | A |
Résultat | IQueryable |
public GetMappedLocationsByGeofences ( List |
||
geofences | List |
The geofences. |
Résultat | IQueryable |