CalculationType: MsCalculationType;
The CalculationType property determines validation rule calculation mode.
If property value:
MsCalculationType.Serie. Then only one exception from the series, containing points which do not correspond to validation rule, is generated.
MsCalculationType.Pointwise. Then the exception is generated for each point which does not correspond to the validation rule.
The property use is given in the example for IValidationCustom.Mappings.
See also: