Click or drag to resize

WebServerStartupOptions Class

Options class for MasterController.PerformWebServerStartupActions(WebServerStartupOptions)
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.ModelWebServerStartupOptions

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

The WebServerStartupOptions type exposes the following members.

Constructors
  NameDescription
Public methodWebServerStartupOptions
Top
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 propertySkipAccessModifierValidation
Public propertySkipCodeMethodValidation
Public propertySkipUpdatingApproxDataObjectCounts
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