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