Click or drag to resize

ReportingViewField Class

Reporting view fields, are fields which can be used from a particular reporting view like AUDIT_Identity
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappingsReportingViewField

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 ReportingViewField

The ReportingViewField type exposes the following members.

Constructors
  NameDescription
Public methodReportingViewField
constructor
Top
Properties
  NameDescription
Public propertyDataType
The column data type
Public propertyExtension
Is this field an extension field
Public propertyExtensionPrefix
Returns the prefix of the extension column which contains the extension attribute
Public propertyName
The name of the field or column. Can also be the name of an extension field
Public propertyWithHistory
Does te extension field record 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