Show / Hide Table of Contents

Enum ClientState

Namespace: Volo.ClientSimulation.Clients
Assembly: Volo.ClientSimulation.dll
Syntax
public enum ClientState

Fields

Name Description
Running
Stopped
Stopping

Extension Methods

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