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
System.Object
DependencyRegistrationCore
Implements
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)
System.Object.ToString()
Namespace: Mars.Core
Assembly: Mars.Core.dll
Syntax
public class DependencyRegistrationCore : ISimulationModule
Methods
| Improve this Doc View SourceRegisterContainerDependencies(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 |