Show / Hide Table of Contents

Enum AppServiceLifetime

Enumerates the lifetime values for application services.

Namespace: Kephas.Services
Assembly: Kephas.Core.dll
Syntax
public enum AppServiceLifetime

Fields

Name Description
Scoped

The application service is shared within a scope.

Singleton

The application service is shared (default).

Transient

The application service in instantiated with every request.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<AppServiceLifetime>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX