MissingDataRule Class

Encapsulates the missing data rule to be applied to a measure, in relation to the existing hierarchies in use.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsMissingDataRule

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MissingDataRule : IEquatable<MissingDataRule>

The MissingDataRule type exposes the following members.

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.
Top
Methods
 NameDescription
Public methodEquals(MissingDataRule)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodResetRule Resets the missing data rule to IgnoreNulls.
Public methodSetAverageValues Sets the current output to Average.
Public methodSetNonMissingAverageValues Sets the current output to AverageNonMissingData.
Public methodSetRollingAverageValues Sets the current output to RollingAverage.
Public methodSetStringValues Sets the current output to String.
Public methodSetZeroValues Sets the current output to Zero.
Top
See Also