Show / Hide Table of Contents

Enum LeptonStyle

Namespace: Volo.Abp.LeptonTheme.Management
Assembly: Volo.Abp.LeptonTheme.Management.Domain.Shared.dll
Syntax
public enum LeptonStyle

Fields

Name Description
Style1
Style2
Style3
Style4
Style5
Style6

Extension Methods

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