MissingDataRuleData Class

The DTO class for MissingDataRule structure.
Inheritance Hierarchy

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

The MissingDataRuleData type exposes the following members.

Constructors
  NameDescription
Public methodMissingDataRuleData
Initializes a new instance of the MissingDataRuleData class.
Top
Properties
  NameDescription
Public propertyAxis
Gets or sets the navigation axis for the purpose of evaluations missing data values.
Public propertyInputCategory
Gets or sets the rule that determines what null values are processed when retrieving data.
Public propertyNullCaption
Gets or sets the string caption to be used for values.
Public propertyOutputCategory
Gets the rule that determines how null values are processed when retrieving data.
Public propertyRollingAveragePeriod
Gets or sets the rolling average period.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also