Version

NamedReference Class Members

The following tables list the members exposed by NamedReference.

Public Constructors
 NameDescription
Public ConstructorNamedReference ConstructorConstructor. Initializes a new instance of NamedReference.  
Public Properties
 NameDescription
Public PropertyCategorySpecifies the category of the NamedReference which is used by the formula editor UI to categorize the named references.  
Public PropertyFormulaSpecifies a formula for the named reference.  
Public PropertyReferenceIdSpecifies the id of the reference.  
Public PropertyResultReturns the result of Formula calculation as a Infragistics.Calculations.Engine.CalculationValue object.  
Public PropertyValueSpecifies the value of the named reference. If Formula is set, this will return the result of the formula calculation.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
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 EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also