The following tables list the members exposed by ListCalculator.
Name | Description | |
---|---|---|
![]() | ListCalculator Constructor | Initializes a new instance of ListCalculator |
Name | Description | |
---|---|---|
![]() | CalculationManager | CalculationManager used to perform calculations. (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | ItemCalculations | Item calculations. These calculations are done across a single item, like "[A] + [B]" where A and B are properties of the data items in the Items collection. One can also refer to other item or list calculations using ReferenceIds. For example, if there's a calculation with 'Total' ReferenceId, one can have a formula like "[A] / [Total]". |
![]() | Items | The collection of items on which calculations will be performed. |
![]() | ItemsSource | Returns or sets an enumerable used to populate the Items collection |
![]() | ListCalculations | List calculations. These calculations are done across all the items of the list, like "sum([A])" where A is a property of the data items in the Items collection. One can also refer to other item or list calculations using ReferenceIds. |
![]() | ListResults | Returns a dictionary containing the results of the list calculations (read-only). |
![]() | PropertiesToExclude | Identifies properties, in a case-insensitive comma delimited list, of an item to exclude from the calculation network (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | PropertiesToInclude | Identifies properties, in a case-insensitive comma delimited list, of an item to expose to the calculation network (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | ReferenceId | Identifies the calculator to the calculation network. (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | ValueConverter | Specifies the converter to use to convert between the underlying value of the source item to the value that's used in calculations. (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
Name | Description | |
---|---|---|
![]() | HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
![]() | EnsureCalculated | Ensures calculations are performed synchronously. (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | GetItemCalculationResult | Gets the result of a item calculation in the ItemCalculations using the ItemCalculationBase.ReferenceId identifier. |
![]() | ToString | Returns a string that represents this object; |
Name | Description | |
---|---|---|
![]() | OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifierExtended) |
![]() | RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
![]() | SetField<T> | (Inherited from Infragistics.PropertyChangeNotifierExtended) |
Name | Description | |
---|---|---|
![]() | DataAccessError | Occurs when an exception is thrown while attempting to get or set a property on an item. (Inherited from Infragistics.Calculations.ItemCalculatorBase) |
![]() | PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |