Class AbpCrudPageBase<TAppService, TEntityDto, TKey>
Inheritance
AbpCrudPageBase<TAppService, TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto, TEntityDto, TEntityDto, TEntityDto>
AbpCrudPageBase<TAppService, TEntityDto, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
AbpCrudPageBase<TAppService, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto, TEntityDto>
AbpCrudPageBase<TAppService, TEntityDto, TKey, PagedAndSortedResultRequestDto, TEntityDto>
AbpCrudPageBase<TAppService, TEntityDto, TKey, PagedAndSortedResultRequestDto>
AbpCrudPageBase<TAppService, TEntityDto, TKey>
Inherited Members
Namespace: Volo.Abp.BlazoriseUI
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public abstract class AbpCrudPageBase<TAppService, TEntityDto, TKey> : AbpCrudPageBase<TAppService, TEntityDto, TKey, PagedAndSortedResultRequestDto>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable where TAppService : ICrudAppService<TEntityDto, TKey> where TEntityDto : class, IEntityDto<TKey>, new()
Type Parameters
Name | Description |
---|---|
TAppService | |
TEntityDto | |
TKey |
Constructors
AbpCrudPageBase()
Declaration
protected AbpCrudPageBase()