Show / Hide Table of Contents

Enum OperationSystem

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

Fields

Name Description
Linux
MacOS
Unknown
Windows

Extension Methods

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