Click or drag to resize

Omada.OE.AppLogic.Model Namespace

 
Classes
  ClassDescription
Public classEventHandlerInitializationOptions
Options class for CodeAssemblyController.InitializeEventHandlerClasses(EventHandlerInitializationOptions)
Public classSystemUpdateActionBase
Base class for system update action classes. Guide: when inheriting from SystemUpdateActionBase then Keys should be assigned to in the constructor.
Public classUpdateActionArgs
The class is used as argument in the PerformUpdate method of ISystemUpdateAction. It contains helper methods for executing SQL updates Note: The class is implemented as a controller for the sake of testability (We need a connection and transaction)
Public classWebServerStartupOptions
Options class for MasterController.PerformWebServerStartupActions(WebServerStartupOptions)
Interfaces
  InterfaceDescription
Public interfaceISystemUpdateAction
A SystemUpdateAction can be used to update the ES database by executing SQL queries or code.
Enumerations