OASySDNA.MoC.InstallerExtensions Namespace
- Last UpdatedApr 08, 2026
- 2 minute read
OASySDNA.MoC.InstallerExtensions contains interfaces for code extension points to execute when installing and/or rolling back RealTime changesets.
| Class | Description | |
|---|---|---|
![]() | ExtensionManager | |
![]() | NamespaceDoc | OASySDNA.MoC.InstallerExtensions contains interfaces for code extension points to execute when installing and/or rolling back RealTime changesets. |
![]() | RealTimeChangeSetEntryWithKeyOverride |
| Interface | Description | |
|---|---|---|
![]() | IActionPayload | Abstracts an action performed during a record operation. |
![]() | IExtensionManager | |
![]() | IInstallerLifecycle<TEntry> | Installer/Uninstaller lifecycle events that are open for extension. |
![]() | IRealTimeChangeSetEntry | Represents a change (add/update/delete) made to the RealTime Database. |
![]() | IRealTimeCommandChangeSetEntry | Represents a change (add/update/delete) made to the RealTime Database via a command such as (btc.exe). |
![]() | IRealTimeInstallerExtension<T> | Used by Management of Change to initialize an install/uninstall lifecycle extension. Classes implementing this interface will be loaded and initialized once for the life of the RealTime MoC BLT host. |

