Click or drag to resize

CodeAssemblyControllerInitializeEventHandlerClasses Method (EventHandlerInitializationOptions)

Method is called when the application starts. It browses through all classes in the registred code assemblies to find ones that implement IAppStartInitializedClass. It should also be called when using commandline utilities.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void InitializeEventHandlerClasses(
	EventHandlerInitializationOptions options = null
)

Parameters

options (Optional)
Type: Omada.OE.AppLogic.ModelEventHandlerInitializationOptions
See Also