Click or drag to resize

SystemBootEventArgs Class

SystemBootEventArgs
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicSystemBootEventArgs

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

The SystemBootEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSystemBootEventArgs
SystemBootEventArgs constructor
Top
Properties
  NameDescription
Public propertyStep
Name of the step that has been performed.
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