MissingDataRule Class |
Namespace: Dundas.BI.Entities.MetricSets
The MissingDataRule type exposes the following members.
Name | Description | |
---|---|---|
Axis |
Gets or sets the navigation axis for the purpose of evaluations missing data values.
| |
InputCategory |
Gets or sets the rule that determines what null values are processed when retrieving data.
| |
NullCaption |
Gets or sets the string caption to be used for values.
| |
OutputCategory |
Gets the rule that determines how null values are processed when retrieving data.
| |
RollingAveragePeriod |
Gets or sets the rolling average period.
|
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Equals(MissingDataRule) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
ResetRule |
Resets the missing data rule to IgnoreNulls.
| |
SetAverageValues |
Sets the current output to Average.
| |
SetNonMissingAverageValues |
Sets the current output to AverageNonMissingData.
| |
SetRollingAverageValues |
Sets the current output to RollingAverage.
| |
SetStringValues |
Sets the current output to String.
| |
SetZeroValues |
Sets the current output to Zero.
|