Click or drag to resize

ReportingViewObjectType Class

Class to represent extension fields of a given type for a given object type in a reporting view
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappingsReportingViewObjectType

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#
[XmlTypeAttribute("objectType")]
public class ReportingViewObjectType

The ReportingViewObjectType type exposes the following members.

Constructors
  NameDescription
Public methodReportingViewObjectType
Top
Properties
  NameDescription
Public propertyExtensionPrefix
The prefix used on the extension column e.g. ParentContext for ParentContextExtensionAttributes
Public propertyObjectType
The odw entity type or object type this view returns. The value is used to determine which extension attributes to look for
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