Class DependencyRegistrationModelling
This class represents the modelling module containing
all dependencies services which shall be available
within the Mars.Components scope.
Inheritance
System.Object
DependencyRegistrationModelling
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.Components
Assembly: Mars.Components.dll
Syntax
public class DependencyRegistrationModelling : ISimulationModule
Methods
| Improve this Doc View SourceRegisterContainerDependencies(ISimulationContainer)
The registration method. New components and services are public in the application
when they are registered herein.
Declaration
public void RegisterContainerDependencies(ISimulationContainer container)
Parameters
Type | Name | Description |
---|---|---|
ISimulationContainer | container | The global application container to register components and services. |
Remarks
Registrations can be made by using the passed
container
calling the
Register<TService, TServiceImpl>(String, Type[]) method.