Class ServiceConfigurationContext
This class is used by the IConfigurable
Inheritance
System.Object
ServiceConfigurationContext
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public class ServiceConfigurationContext : Object
Constructors
ServiceConfigurationContext(HostType, IServiceCollection)
Creates an instance of the Service
Declaration
public ServiceConfigurationContext(HostType hostType, IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Host |
hostType | Type of the host. |
Microsoft. |
services | The service collection. |
Properties
HostType
Gets the type of the host.
Declaration
public HostType HostType { get; }
Property Value
Type | Description |
---|---|
Host |
Services
Provider for the registered inversion of control container. Use this property to configure services into the container.
Declaration
public IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
Microsoft. |
Events
ConfigurationComplete
ConfigurationComplete is raised when all Configure
Declaration
public event EventHandler<ServiceConfigurationEventArgs> ConfigurationComplete
Event Type
Type | Description |
---|---|
System. |