Show / Hide Table of Contents

Enum ImageProcessState

Namespace: Volo.Abp.Imaging
Assembly: Volo.Abp.Imaging.Abstractions.dll
Syntax
public enum ImageProcessState : byte

Fields

Name Description
Canceled
Done
Unsupported

Extension Methods

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