Show / Hide Table of Contents

Enum ExtraProperties_Tests.Color

Namespace: Volo.Abp.EntityFrameworkCore.Domain
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public enum ExtraProperties_Tests.Color

Fields

Name Description
Blue
Red
White

Extension Methods

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