Click or drag to resize

ExtensionField Class

Describes an extension field which is configured through system onboarding
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappingsExtensionField

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappings
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ExtensionField

The ExtensionField type exposes the following members.

Constructors
  NameDescription
Public methodExtensionField
Top
Properties
  NameDescription
Public propertyMultiValued
Can this extension field has multiple values
Public propertyName
The name of the extension field. This is the name as it will be available in the extension xml
Public propertyObjectType
That type of warehouse entity object type is this an extension field for
Public propertyWithHistory
Is this extension field recorded with history
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