Class ServiceConfigurationContext
Inheritance
object
ServiceConfigurationContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public class ServiceConfigurationContext
Constructors
ServiceConfigurationContext(IServiceCollection)
Declaration
public ServiceConfigurationContext(IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Properties
this[string]
Declaration
public object? this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
string | key |
Property Value
Type | Description |
---|---|
object |
Items
Declaration
public IDictionary<string, object?> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TKey, TValue><string, object> |
Services
Declaration
public IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection |