DataWarning Class

Class used to convey warnings.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataWarning

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class DataWarning

The DataWarning type exposes the following members.

Constructors
  NameDescription
Public methodDataWarning
Initializes a new instance of the DataWarning class.
Top
Properties
  NameDescription
Public propertyChangedValue
Gets the changed parameter value, when the warning is parameter value based.
Public propertyCode
Gets the warning code.
Public propertyMessage
Gets the warning message.
Public propertyRequestedValue
Gets the requested parameter value, when the warning is parameter value based.
Public propertySource
Gets the error element name.
Top
See Also