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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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