Version

Infragistics.WebUI.UltraWebCalcManager Namespace

Classes
 ClassDescription
ClassCalcManagerEventManager Class for managing an _CALCMANAGER_'s events. It maintains an enabled flag for each event, a nested 'In Progress' counter, and it exposes methods for firing each event.
ClassCalcSettings Serves as a bridge binding an ordinary Control on the Page with an IUltraCalcReference proxy created to represent a single value from that Control within the calculation network.
ClassCalcSettingsCollection Collection containing the UltraWebCalcManager's CalcSettings objects.
ClassCalcSettingsConverter CalcSettingsConverter
ClassControlNameConverter  
ClassControlValueEventArgsBase Base class for event arguments used in the ParseValue and FormatValue events.
ClassFormatValueEventArgs Event arguments for the _CALCMANAGER_.FormatValue event.
ClassFormulaCircularityErrorEventArgs Event args for FormulaCircularityError event of an IUltraCalcManager.
ClassFormulaErrorEventArgs Event arguments for the _CALCMANAGER_.FormulaError event.
ClassFormulaSyntaxErrorEventArgs Event args for FormulaSyntaxError event of an IUltraCalcManager.
ClassNamedReference Named references provide a shorthand representation for much longer formulas.
ClassNamedReference.NamedReferenceConverter A TypeConverter providing type conversion services for instances of NamedReference.
ClassNamedReferenceResultChangedEventArgs Event arguments for the NamedReferenceResultChanged event of the _CALCMANAGER_.
ClassNamedReferencesCollection Collection containing the UltraWebCalcManager's NamedReference objects.
ClassNamedReferencesCollection.NamedReferencesCollectionConverter A TypeConverter providing type conversion services for instances of NamedReference.
ClassParseValueEventArgs Event arguments for the _CALCMANAGER_.ParseValue event.
ClassUltraCalcUserDefinedLibraryBase Used as a base class for a component that registers all user defined function in an assembly.
ClassUltraWebCalcManager Manages the provision of UltraCalc formula calculations in other extended web elements on it's page.
ClassValueDirtiedEventArgs Base class for event arguments that have an associated IUltraCalcReference.
Delegates
 DelegateDescription
DelegateFormatValueEventHandler Delegate for _CALCMANAGER_.FormatValue event.
DelegateFormulaCalculationErrorEventHandler Delegate for the _CALCMANAGER_.FormulaCalculationError event.
DelegateFormulaCircularityErrorEventHandler Delegate for the _CALCMANAGER_.FormulaCircularityError event.
DelegateFormulaSyntaxErrorEventHandler Delegate for the _CALCMANAGER_.FormulaSyntaxError event.
DelegateNamedReferenceResultChangedEventHandler Delegate for NamedReferenceResultChanged event of an UltraCalcManager.
DelegateParseValueEventHandler Delegate for _CALCMANAGER_.ParseValue event.
DelegateValueDirtiedEventHandler Delegate for the _CALCMANAGER_.ValueDirtied event.
Enumerations
 EnumerationDescription
EnumerationCalcFrequency Determines how frequently the calculations are done by the _CALCMANAGER_.
EnumerationCalcManagerEventGroups Categorizes _CALCMANAGER_ specific events into groupings to permit easier identification of multiple events.
EnumerationCalcManagerEventIds Uniquely identifies each _CALCMANAGER_ event.
EnumerationValueDirtiedAction Indicates which type of action took place to dirty the calculation network.
See Also