Class AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput>
Inheritance
System.Object
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> where TAppService : ICrudAppService<TEntityDto, TKey, TGetListInput> where TEntityDto : class, IEntityDto<TKey>, new()
where TGetListInput : new()
Type Parameters
| Name | Description |
|---|---|
| TAppService | |
| TEntityDto | |
| TKey | |
| TGetListInput |