DataWarningData Class

The data contract class that represents a DataWarning class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDataWarningData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class DataWarningData

The DataWarningData type exposes the following members.

Constructors
 NameDescription
Public methodDataWarningData Initializes a new instance of the DataWarningData 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
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between DataWarning and DataWarningData.
Top
See Also