The following tables list the members exposed by DataSeriesAdapter.
Name | Description | |
---|---|---|
![]() | DataSeriesAdapter Constructor | Constructs a DataSeriesAdapter. |
Name | Description | |
---|---|---|
![]() | AdjustPrioritiesBasedOnFitness | |
![]() | ExcludedProperties | Gets or sets a set of property paths that should be exluced from consideration by the adapter. |
![]() | FilterExpressions | Gets a collection to add filter expressions to. Changing the filter expressions in this collection will adjust the filter applied to the data source. |
![]() | GroupDescriptions | Gets a collection to add group descriptions to. Changing the group descriptions in this collection will adjust the grouping applied to the data source. |
![]() | HighlightFilterExpressions | Gets a collection to add highlighting filter expressions to. Changing the filter expressions in this collection will adjust the highlighting filter applied to the data source. |
![]() | IncludedProperties | Gets or sets a set of property paths that should be included for consideration by the adapter, leaving the remainder excluded. If null, all properties will be considered. |
![]() | ItemsSource | Gets or sets the backing data for the data adapter. |
![]() | PostSortDescriptions | |
![]() | SortDescriptions | Gets a collection to add sort descriptions to. Changing the sort descriptions in this collection will adjust the sort applied to the data source. |
![]() | SummaryDescriptions | Gets a collection to add summary descriptions to. Changing the summary descriptions in this collection will adjust the summaries applied to the data source. |
![]() | SupportedSeriesTypes | Gets or sets whether the adapter should remove duplicate data series bound to the same member paths. |
Name | Description | |
---|---|---|
![]() | GetLocalDataSource | |
![]() | NotifyClearItems | Used to manually notify the adapter that the data source has reset/cleared its items. Only necessary if that datasource is not observable. |
![]() | NotifyInsertItem | Used to manually notify the adapter that the data source has had an item inserted. Only necessary if that datasource is not observable. |
![]() | NotifyRemoveItem | Used to manually notify the adapter that the data source has had an item removed. Only necessary if that datasource is not observable. |
![]() | NotifySetItem | Used to manually notify the adapter that the data source has had an item set. Only necessary if that datasource is not observable. |
![]() | Refresh | Causes the DataSeriesAdapter to refresh its analysis. |
![]() | Reset | Resets all the properties to their default values |
![]() | ResetAdjustPrioritiesBasedOnFitness | Resets the AdjustPrioritiesBasedOnFitness property to its default value. |
![]() | ResetExcludedProperties | Resets the ExcludedProperties property to its default value. |
![]() | ResetIncludedProperties | Resets the IncludedProperties property to its default value. |
![]() | ResetItemsSource | Resets the ItemsSource property to its default value. |
![]() | ResetSupportedSeriesTypes | Resets the SupportedSeriesTypes property to its default value. |
Name | Description | |
---|---|---|
![]() | OnPropertyChanged | Used to invoke the PropertyChanged event. |
![]() | OnRemovingDuplicates | Used to invoke the RemovingDuplicates event. |
![]() | OnRemovingUnsupported | Used to invoke the RemovingUnsupported event. |
![]() | ShouldSerializeAdjustPrioritiesBasedOnFitness | Indicates if the AdjustPrioritiesBasedOnFitness property needs to be serialized. |
![]() | ShouldSerializeExcludedProperties | Indicates if the ExcludedProperties property needs to be serialized. |
![]() | ShouldSerializeIncludedProperties | Indicates if the IncludedProperties property needs to be serialized. |
![]() | ShouldSerializeItemsSource | Indicates if the ItemsSource property needs to be serialized. |
![]() | ShouldSerializeSupportedSeriesTypes | Indicates if the SupportedSeriesTypes property needs to be serialized. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Indicates that a property has changed. |
![]() | RemovingDuplicates | Called when the adapter is removing duplicate series from consideration. |
![]() | RemovingUnsupported | Called when the adapter is removing unsupported series from consideration. |