ItemBaseRepositoryT Class

Represents a base repository for a MobileTrack Business Object. Each MobileTrack Business Object gets its own IAzureCosmosDb Container and create, update, get and delete functions. (because of partition keys and other parameters) Local caching is also handled by the BaseRepository

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
internal abstract class ItemBaseRepository<T>
where T : IIdLabel
Inheritance
Object    ItemBaseRepositoryT
Derived
More

Type Parameters

T
The Business Object type. Must be a class that derives from IIdLabel.

See Also