Class DependencyRegistrationCore
This class provides the method RegisterContainerDependencies(ISimulationContainer) to register
dependencies with interface and their implementation to make them globally public in the simulation
application.
Inheritance
ISimulationModule
DependencyRegistrationCore
Namespace: Mars.Core
Assembly: Mars.Core.dll
Syntax
public class DependencyRegistrationCore : ISimulationModule
Methods
RegisterContainerDependencies(ISimulationContainer)
The registration method. New components and services are public in the application
when they are registered here.
Declaration
public void RegisterContainerDependencies(ISimulationContainer container)
Parameters
Type | Name | Description |
---|---|---|
ISimulationContainer | container |