Class AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput, TCreateInput>
Inheritance
object
Microsoft.AspNetCore.Components.ComponentBase
Microsoft.AspNetCore.Components.OwningComponentBase
AbpCrudPageBase<TAppService, TEntityDto, TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput, TEntityDto, TCreateInput, TCreateInput>
AbpCrudPageBase<TAppService, TEntityDto, TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput>
AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput>
AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput, TCreateInput>
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, TCreateInput> : AbpCrudPageBase<TAppService, TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable where TAppService : ICrudAppService<TEntityDto, TKey, TGetListInput, TCreateInput> where TEntityDto : IEntityDto<TKey> where TGetListInput : new() where TCreateInput : class, new()
Type Parameters
| Name | Description |
|---|---|
| TAppService | |
| TEntityDto | |
| TKey | |
| TGetListInput | |
| TCreateInput |
Constructors
AbpCrudPageBase()
Declaration
protected AbpCrudPageBase()
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
System.IDisposable