Stashbox.Lifetime
Namespace with 10 public types
Classes
NamedScopeLifetime
Represents a named scope lifetime.
PerRequestLifetime
Represents a per-request lifetime.
PerScopedRequestLifetime
Represents a lifetime that re-uses an instance within a scoped service's resolution tree.
ScopedLifetime
Represents a scoped lifetime.
SingletonLifetime
Represents a singleton lifetime.
TransientLifetime
Represents a transient lifetime.
Static Classes
Lifetimes
Contains all the built-in lifetime managers.
Abstract Classes
ExpressionLifetimeDescriptor
Represents a lifetime descriptor which applies to expressions.
FactoryLifetimeDescriptor
Represents a lifetime descriptor which applies to factory delegates.
LifetimeDescriptor
Represents a lifetime descriptor.