Show / Hide Table of Contents

Enum UiPageProgressType

Namespace: Volo.Abp.AspNetCore.Components.Progression
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public enum UiPageProgressType

Fields

Name Description
Default
Error
Info
Success
Warning

Extension Methods

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