Click or drag to resize

EventHandlerInitializationOptions Class

Options class for CodeAssemblyController.InitializeEventHandlerClasses(EventHandlerInitializationOptions)
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.ModelEventHandlerInitializationOptions

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class EventHandlerInitializationOptions

The EventHandlerInitializationOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIgnoreNonPresentAssemblies
Should we simply ignore registered code assemblies that can't be loaded because they aren't present on the harddrive?
Public propertyReInitializeAllAssemblies
If true, all assemblies will be reinitialized, even if they have already been initialized.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also