Class CrudAppService<TEntity, TEntityDto, TKey>
Inheritance
AbstractKeyReadOnlyAppService<TEntity, TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto>
AbstractKeyCrudAppService<TEntity, TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
CrudAppService<TEntity, TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
CrudAppService<TEntity, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
CrudAppService<TEntity, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto>
CrudAppService<TEntity, TEntityDto, TKey, PagedAndSortedResultRequestDto>
CrudAppService<TEntity, TEntityDto, TKey>
Implements
ICrudAppService<TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
IReadOnlyAppService<TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto>
ICreateUpdateAppService<TEntityDto, TKey, TEntityDto, TEntityDto>
ICreateAppService<TEntityDto, TEntityDto>
IUpdateAppService<TEntityDto, TKey, TEntityDto>
IDeleteAppService<TKey>
Inherited Members
Namespace: Volo.Abp.Application.Services
Assembly: Volo.Abp.Ddd.Application.dll
Syntax
public abstract class CrudAppService<TEntity, TEntityDto, TKey> : CrudAppService<TEntity, TEntityDto, TKey, PagedAndSortedResultRequestDto>, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, ICrudAppService<TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>, IReadOnlyAppService<TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto>, ICreateUpdateAppService<TEntityDto, TKey, TEntityDto, TEntityDto>, ICreateAppService<TEntityDto, TEntityDto>, IUpdateAppService<TEntityDto, TKey, TEntityDto>, IDeleteAppService<TKey>, IApplicationService, IRemoteService where TEntity : class, IEntity<TKey> where TEntityDto : IEntityDto<TKey>
Type Parameters
| Name | Description |
|---|---|
| TEntity | |
| TEntityDto | |
| TKey |
Constructors
CrudAppService(IRepository<TEntity, TKey>)
Declaration
protected CrudAppService(IRepository<TEntity, TKey> repository)
Parameters
| Type | Name | Description |
|---|---|---|
| IRepository<TEntity, TKey> | repository |