Interface IParentedItemRepository<T>
Inherited Members
Namespace: Benday.CosmosDb.Repositories
Assembly: Benday.CosmosDb.dll
Syntax
public interface IParentedItemRepository<T> : IOwnedItemRepository<T>, IRepository<T> where T : class, IParentedItem, new()
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceGetAllByParentIdAsync(string, string, string?)
Declaration
Task<List<T>> GetAllByParentIdAsync(string ownerId, string parentId, string? parentDiscriminator = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ownerId | |
| string | parentId | |
| string | parentDiscriminator |
Returns
| Type | Description |
|---|---|
| Task<List<T>> |