• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Addons
    • IAction
    • IApplicationBootstrapper
    • IAsyncShutdownAction
    • IAsyncStartupAction
    • IBootstrapper
    • IDependencyProvider
    • IMefServiceLocator
    • IModule
    • IServiceExporter
    • IServiceRepository
    • IShutdownAction
    • IShutdownMetadata
    • IShutdownModule
    • IStartupAction
    • IStartupMetadata
    • IStartupModule
    • ModuleAttribute
    • ShutdownActionAttribute
    • StartupActionAttribute
    • StartupException
  • Dapplo.Addons.Bootstrapper
    • ApplicationBootstrapper
    • CompositionBootstrapper
    • ResourceMutex
    • StartupShutdownBootstrapper
  • Dapplo.Addons.Bootstrapper.Internal
    • CompressionTypes
    • StreamExtensions
  • Dapplo.Addons.Bootstrapper.Resolving
    • AssemblyResolver
    • EmbeddedResources
    • FileLocations
    • FileTools

Interface IDependencyProvider

This describes something which can provide dependencies

Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IDependencyProvider

Methods

| Improve this Doc View Source

ProvideDependencies(Object)

Fill all the dependencies (imports) in the object instance

Declaration
void ProvideDependencies(object objectWithDependencies)
Parameters
Type Name Description
System.Object objectWithDependencies

object to locate the dependencies for

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo