Version

DataSeriesAdapterRunContext Class Members

The following tables list the members exposed by DataSeriesAdapterRunContext.

Public Properties
 NameDescription
Public PropertyAnalyzerThe analyzer in context.  
Public PropertyExcludedPropertiesIf specified, the specified properties should be excluded from evaluation.  
Public PropertyIncludedPropertiesIf specified, only the specified properties should be considered in the evaluation, unless excluded.  
Public Methods
 NameDescription
Public MethodAddDataSeriesAdds a resolved data series to the evaluation.  
Public MethodClearDataSeriesClears any resolved data series from the evaluation.  
Public MethodGetCurrentDataSourceGets the current data provider from the provider stack.  
Public MethodGetCurrentHighlightingDataSourceGets the current data provider from the provider stack.  
Public MethodGetCurrentPathGets the full path to the current data provider.  
Public MethodGetCurrentPathSegmentGets the current path segment.  
Public MethodGetDataSeriesAtGets a data series at a specific index in the evaluation.  
Public MethodGetDataSeriesCountGets the count of the current resolved data series in the evaluation.  
Public MethodGetParentTitleGet's the title resolved for the parent.  
Public MethodGetSubProviderGets a sub data provider from the current data provider and pushes it as the current data provider.  
Public MethodHasValidTypeChecks if the specified data series has valid type based on supported series types  
Public MethodInsertDataSeriesInserts a resolved data series at a specific position in the evaluation.  
Public MethodPopDataSourcePops a data provider from the provider stack.  
Public MethodPopHighlightingDataSourcePops a data provider from the provider stack.  
Public MethodPopParentTitlePops a parent title from the current context.  
Public MethodPopPathPops a path segment from the current data path.  
Public MethodPopSubProviderPops the current data provider from the provider stack.  
Public MethodPushDataSourcePushes a data provider to the provider stack.  
Public MethodPushHighlightingDataSource  
Public MethodPushParentTitlePushes a parent title to the current context.  
Public MethodPushPathPushes a path to the current data path.  
Public MethodRecurseRulesRecurses the current rules for a sub data source and path.  
Public MethodRemoveDataSeriesRemoves a resolved data series from the evaluation.  
See Also