Click or drag to resize

ImportProfileValidator Class

Handles creation and updates of import profiles
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.AfterSaveHandlersImportProfileValidator

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 ImportProfileValidator : IAppStartInitializedClass

The ImportProfileValidator type exposes the following members.

Constructors
  NameDescription
Public methodImportProfileValidator
Top
Methods
  NameDescription
Public methodStatic memberImportProfile_AfterSave
DataObject_AfterSave is registered as an AfterDataObjectSaveEventHandler. It validates that SYSTEM data load profiles cannot be changed Only properties which can be changed are the status properties
Public methodInitialize
Set delegate
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