Class AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput>
Inheritance
object
Microsoft.AspNetCore.Components.ComponentBase
Microsoft.AspNetCore.Components.OwningComponentBase
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>
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
System.IDisposable
Inherited Members
Microsoft.AspNetCore.Components.OwningComponentBase.Dispose(bool)
Microsoft.AspNetCore.Components.OwningComponentBase.IsDisposed
Microsoft.AspNetCore.Components.OwningComponentBase.ScopedServices
Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
Microsoft.AspNetCore.Components.ComponentBase.OnInitialized()
Microsoft.AspNetCore.Components.ComponentBase.OnInitializedAsync()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSet()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSetAsync()
Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
Microsoft.AspNetCore.Components.ComponentBase.ShouldRender()
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRender(bool)
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRenderAsync(bool)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Action)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Func<System.Threading.Tasks.Task>)
Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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()
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
System.IDisposable