Enum InitializationMode
Specifies on which stage the Module group will be initialized.
Namespace: Sartorius.SAF.Presentation.Modularity
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public enum InitializationMode
Fields
| Name | Description |
|---|---|
| OnDemand | The module will be initialized when requested, and not automatically on application start-up. |
| WhenAvailable | The module will be initialized when it is available on application start-up. |