Show / Hide Table of Contents

Enum PhoneType

Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.TestApp.dll
Syntax
public enum PhoneType

Fields

Name Description
Home
Mobile
Office

Extension Methods

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