Class ServiceConfigurationEventArgs
Event argument used in event ConfigurationComplete.
Inheritance
System.Object
System.EventArgs
ServiceConfigurationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.ServiceLocation
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public class ServiceConfigurationEventArgs : EventArgs
Constructors
ServiceConfigurationEventArgs(IServiceConfigurationProvider)
Creates a new instance of ServiceConfigurationEventArgs.
Declaration
public ServiceConfigurationEventArgs(IServiceConfigurationProvider services)
Parameters
Type | Name | Description |
---|---|---|
IServiceConfigurationProvider | services | The services that is being configured. |
Properties
Services
Provider for the registered inversion of control container. Use this property to configure services into the container.
Declaration
public IServiceConfigurationProvider Services { get; }
Property Value
Type | Description |
---|---|
IServiceConfigurationProvider |