Click or drag to resize

IngestionHelper Class

General helper class for Ingestion
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.HelpersIngestionHelper

Namespace:  Omada.OE.Solution.OIM.AppLogic.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class IngestionHelper

The IngestionHelper type exposes the following members.

Constructors
  NameDescription
Public methodIngestionHelper
Top
Properties
  NameDescription
Public propertyStatic memberIsIngestionEnabled
Returns true if Ingestion feature toggle is set to true The ingestion feature toggle is customer setting "IsIngestion"
Public propertyStatic memberUseHorizonsWorkerForPreview
Returns true if you want to use horizons worker for preview
Top
Methods
  NameDescription
Public methodStatic memberVerifyIsIngestionSupported
Verifies that ingestion is enabled
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