IParentServiceProvider Interface
Namespace: PTS.DependencyInjection
Assembly: PTS.DependencyInjection.dll
Container providing direct reference to service provider for parent scope.
Syntax
public interface IParentServiceProvider
Remarks
Used for upward scope traversal.
Properties
Provider
Service provider in parent scope.
Declaration
IServiceProvider Provider { get; }
Property Value
Type | Description |
---|---|
System.IServiceProvider |