MissingDataRule Methods

The MissingDataRule type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(MissingDataRule)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves 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