Click or drag to resize

SystemRemovedStatusHandler Class

This class handles changing system status to removed. It archives all jobs using provisioning monitor. It cleans data related to the resources from the removed system and it disables provisioning for this system.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlersSystemRemovedStatusHandler

Namespace:  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlers
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class SystemRemovedStatusHandler : IAppStartInitializedClass

The SystemRemovedStatusHandler type exposes the following members.

Constructors
Methods
  NameDescription
Public methodInitialize
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