C# Class Stashbox.Lifetime.Lifetimes

Contains all the built-in lifetime managers.
Afficher le fichier Open project: z4kn4fein/stashbox

Méthodes publiques

Свойство Type Description
PerScopedRequest Stashbox.Lifetime.LifetimeDescriptor
Scoped Stashbox.Lifetime.LifetimeDescriptor
Singleton Stashbox.Lifetime.LifetimeDescriptor
Transient LifetimeDescriptor

Méthodes publiques

Méthode Description
NamedScope ( object name ) : Stashbox.Lifetime.LifetimeDescriptor

Produces a NamedScope lifetime.

Method Details

NamedScope() public static méthode

Produces a NamedScope lifetime.
public static NamedScope ( object name ) : Stashbox.Lifetime.LifetimeDescriptor
name object
Résultat Stashbox.Lifetime.LifetimeDescriptor

Property Details

PerScopedRequest public_oe static_oe property

PerRequest lifetime.
public static LifetimeDescriptor,Stashbox.Lifetime PerScopedRequest
Résultat Stashbox.Lifetime.LifetimeDescriptor

Scoped public_oe static_oe property

Scoped lifetime.
public static LifetimeDescriptor,Stashbox.Lifetime Scoped
Résultat Stashbox.Lifetime.LifetimeDescriptor

Singleton public_oe static_oe property

Singleton lifetime.
public static LifetimeDescriptor,Stashbox.Lifetime Singleton
Résultat Stashbox.Lifetime.LifetimeDescriptor

Transient public_oe static_oe property

Transient lifetime.
public static LifetimeDescriptor Transient
Résultat LifetimeDescriptor