The following tables list the members exposed by CalculationResult.
Name | Description | |
---|---|---|
CalculationResult Constructor | Constructor. Initializes a new instance of CalculationResult. |
Name | Description | |
---|---|---|
CalculationValue | Calculation result value. As the underlying formula is recalculated, this property will reflect the new result. | |
ErrorText | If the result of the calculation is an error, returns the error text. Otherwise returns null. | |
IsError | Indicates if the result of the calculation is an error. | |
Value | This property returns the value of the Infragistics.Calculations.Engine.CalculationValue.Value property of the object returned by the CalculationValue property. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
ToString | Returns the string representation of the underlying value. |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |