Interface IParentedItemRepository<T>
Inherited Members
IAsyncRepository<T, string>.SaveAsync(T)
IAsyncRepository<T, string>.DeleteAsync(T)
Assembly: Benday.CosmosDb.dll
Syntax
public interface IParentedItemRepository<T> : ITenantItemRepository<T>, IRepository<T>, IAsyncTenantRepository<T, string>, IAsyncRepository<T, string> where T : class, IParentedItem, new()
Type Parameters
Methods
|
Edit this page
View Source
GetAllByParentIdAsync(string, string, string?)
Declaration
Task<List<T>> GetAllByParentIdAsync(string tenantId, string parentId, string? parentEntityType = null)
Parameters
Returns