Class SkyApplicationDependencyInjector
Implements sky app dependency injection services
Inheritance
System.Object
SkyApplicationDependencyInjector
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps.Injection
Assembly: Azos.Sky.dll
Syntax
public class SkyApplicationDependencyInjector : ApplicationDependencyInjector, IApplicationDependencyInjectorImplementation, IApplicationDependencyInjector, IApplicationComponent, IConfigurable, IDisposable
Constructors
SkyApplicationDependencyInjector(IApplication)
Declaration
public SkyApplicationDependencyInjector(IApplication app)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplication | app |
Properties
SkyApp
Declaration
public ISkyApplication SkyApp { get; }
Property Value
| Type | Description |
|---|---|
| ISkyApplication |
Methods
GetApplicationRoots()
Enumerates app injectable roots (root application chassis objects). This method is usually used by [Inject]-derived attributes for defaults
Declaration
public virtual IEnumerable<object> GetApplicationRoots()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.Object> |
Implements
System.IDisposable