LifestyleGroup<S> public class LifestyleGroup<S> : RegistrationGroup<S> Documentation public ComponentRegistration<S> PerThread { get; } public ComponentRegistration<S> PerWebRequest { get; } public ComponentRegistration<S> Pooled { get; } public ComponentRegistration<S> Singleton { get; } public ComponentRegistration<S> Transient { get; } public LifestyleGroup(ComponentRegistration<S> registration) public ComponentRegistration<S> Custom(Type customLifestyleType) public ComponentRegistration<S> Custom<L>() where L : ILifestyleManager public ComponentRegistration<S> Is(LifestyleType type) public ComponentRegistration<S> PooledWithSize(int? initialSize, int? maxSize)