MapMarkerRepository Class

ORM for MapMarkerDto items

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class MapMarkerRepository : ItemBaseRepository<MapMarkerDto>
Inheritance
Object    ItemBaseRepositoryMapMarkerDto    MapMarkerRepository

Constructors

MapMarkerRepository Base constructor

Methods

GetCompanyAllMapMarkers Get all Map Markers from a company, whether deleted or not.
GetCompanyMapMarkers Get items from a container based on a lambda query
ReloadCache Reloads the map marker cache on the replication layer for a company, in case it hasn't been loaded in yet.

Extension Methods

CountAsyncMapMarkerDto Counts the amount of items in a repository. A partitionKey can be added as a filter. If you want to add a query, use the overload of this method containing the parameter to add a QueryDefinition
(Defined by CosmosExtensions)
CountAsyncMapMarkerDto Counts the amount of items in a repository's Container filtered by the query and the (optional) partitionKey.
(Defined by CosmosExtensions)
GetItemFromCosmosByIdMapMarkerDto Retrieves a single item from the database by its ID.
(Defined by CosmosExtensions)
LoadEntireStackMapMarkerDto Reads an entire stack of an Azure Cosmos Container, only filtered by the partitionKey if it isn't left empty.
(Defined by CosmosExtensions)
RetrieveGlobalAutoCompleteMapMarkerDto This method is used for the search bar on top of the screen in the Portal; it retrieves 3 items for that datatype where the query contains a part of the Label. (not case-sensitive). The items are also filtered by the user's environment scope if the user doesn't have the permission to view all environments.
(Defined by CosmosExtensions)
RetrieveItemsForAutoCompleteMapMarkerDto This method is used for the search bar on top of the screen in the Portal; it retrieves 3 items for that datatype where the query contains a part of the Label. (not case-sensitive). The items are also filtered by the user's environment scope if the user doesn't have the permission to view all environments.
(Defined by CosmosExtensions)

See Also