Show / Hide Table of Contents

Enum SessionType

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

Fields

Name Description
AbpCli
AbpStudio
ApplicationRuntime
Unknown

Extension Methods

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