Show / Hide Table of Contents

Interface IModuleInitializer

Declares a service which initializes the modules into the application.

Namespace: Sartorius.SAF.Presentation.Modularity
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface IModuleInitializer

Methods

View Source

Initialize(ModuleInfo)

Initializes the specified module.

Declaration
void Initialize(ModuleInfo moduleInfo)
Parameters
Type Name Description
ModuleInfo moduleInfo

The module to initialize

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX