Version

ItemCalculation Class Members

The following tables list the members exposed by ItemCalculation.

Public Constructors
 NameDescription
Public ConstructorItemCalculation ConstructorInitializes a new instance of ItemCalculation  
Public Properties
 NameDescription
Public PropertyFormulaGets/sets a string that specifies the formula that will be used to calculate a value for the item. (Inherited from Infragistics.Calculations.ItemCalculationBase)
Public PropertyReferenceIdAt least ReferenceId or TargetProperty must be specified. If ReferenceId is not specified and TargetProperty is specified, the ReferenceId will be the TargetProperty. (Inherited from Infragistics.Calculations.ItemCalculationBase)
Public PropertyTargetPropertyTarget property is optional. If specified the result of the calculation will be set on this property.  
Public PropertyTreatAsTypeSpecifies what type to treat the values of the associated object as. For example if the TargetProperty is of type string but it actually contains string representations of date values set this property to System.DateTime.  
Public PropertyTreatAsTypeNameSpecifies what type to treat the values of the associated object as. For example if the TargetProperty is of type string but it actually contains string representations of date values set this property to "datetime" or "datetime?".  
Public PropertyTreatAsTypeResolvedDetermines what type to treat the values of the associated object as (read-only).  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodToStringReturns a string that represents this object;  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Called when property has changed value  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also