Show / Hide Table of Contents

Class UiPageProgress

Inheritance
object
ComponentBase
UiPageProgress
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlazoriseUI.Components
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class UiPageProgress : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

UiPageProgress()

Declaration
public UiPageProgress()

Properties

Color

Declaration
protected Color Color { get; set; }
Property Value
Type Description
Color

PageProgressRef

Declaration
protected PageProgress? PageProgressRef { get; set; }
Property Value
Type Description
PageProgress

Percentage

Declaration
protected int? Percentage { get; set; }
Property Value
Type Description
int?

UiPageProgressService

Declaration
[Inject]
protected IUiPageProgressService? UiPageProgressService { get; set; }
Property Value
Type Description
IUiPageProgressService

Visible

Declaration
protected bool Visible { get; set; }
Property Value
Type Description
bool

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration
public virtual void Dispose()

GetColor(UiPageProgressType)

Declaration
protected virtual Color GetColor(UiPageProgressType pageProgressType)
Parameters
Type Name Description
UiPageProgressType pageProgressType
Returns
Type Description
Color

OnInitialized()

Declaration
protected override void OnInitialized()
Overrides
ComponentBase.OnInitialized()

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform