Version

ItemCalculatorBase Class Members

The following tables list the members exposed by ItemCalculatorBase.

Public Properties
 NameDescription
Public PropertyCalculationManagerCalculationManager used to perform calculations.  
Public PropertyPropertiesToExcludeIdentifies properties, in a case-insensitive comma delimited list, of an item to exclude from the calculation network  
Public PropertyPropertiesToIncludeIdentifies properties, in a case-insensitive comma delimited list, of an item to expose to the calculation network  
Public PropertyReferenceIdIdentifies the calculator to the calculation network.  
Public PropertyValueConverterSpecifies the converter to use to convert between the underlying value of the source item to the value that's used in calculations.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodEnsureCalculatedEnsures calculations are performed synchronously.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventDataAccessErrorOccurs when an exception is thrown while attempting to get or set a property on an item.  
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also