Click or drag to resize

ReportingView Class

A reporting view is the views which is meant to be used as source view for an export query
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappingsReportingView

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("view")]
public class ReportingView

The ReportingView type exposes the following members.

Constructors
  NameDescription
Public methodReportingView
Contructor
Top
Properties
  NameDescription
Public propertyComposedBusinessKeyColumn
Name of the column containing the composed business key
Public propertyEffectiveTimeColumn
Name of the column containing the effective time column
Public propertyExpirationTimeColumn
Name of the column containing the expiration time column
Public propertyName
The name of the view as it is created in the warehouse database
Public propertyObjectTypes
The object types contained in this reporting view
Public propertySourceSystemIdKeyColumn
Name of the column containing the source system id
Public propertySql
If this property has a value will the reporting view not be seen as a physical view. Instead is this sql created as a temporary view.
Public propertyTitle
A descriptive title of the view. This value is used to render the UI
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