Show / Hide Table of Contents

Enum SoftwareType

Namespace: Volo.Abp.Internal.Telemetry.Constants.Enums
Assembly: Volo.Abp.Core.dll
Syntax
public enum SoftwareType : byte

Fields

Name Description
AbpStudio
Browser
DotnetSdk
Ide
OperatingSystem
Others

Extension Methods

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