Property | Type | Description | |
---|---|---|---|
PerScopedRequest | Stashbox.Lifetime.LifetimeDescriptor | ||
Scoped | Stashbox.Lifetime.LifetimeDescriptor | ||
Singleton | Stashbox.Lifetime.LifetimeDescriptor | ||
Transient | LifetimeDescriptor |
Method | Description | |
---|---|---|
NamedScope ( object name ) : Stashbox.Lifetime.LifetimeDescriptor |
Produces a NamedScope lifetime.
|
public static NamedScope ( object name ) : Stashbox.Lifetime.LifetimeDescriptor | ||
name | object | |
return | Stashbox.Lifetime.LifetimeDescriptor |
public static LifetimeDescriptor,Stashbox.Lifetime PerScopedRequest | ||
return | Stashbox.Lifetime.LifetimeDescriptor |
public static LifetimeDescriptor,Stashbox.Lifetime Scoped | ||
return | Stashbox.Lifetime.LifetimeDescriptor |
public static LifetimeDescriptor,Stashbox.Lifetime Singleton | ||
return | Stashbox.Lifetime.LifetimeDescriptor |