The following tables list the members exposed by AggregatedDataProvider.
Name | Description | |
---|---|---|
AggregatedDataProvider Constructor |
Name | Description | |
---|---|---|
ActualCount | ||
ActualSchema | ||
DeferAutoRefresh | Gets or sets whether automatic refreshes of the data provider should be deferred. | |
ExecutionContext | ||
FilterExpressions | Gets the current filter descriptions assigned to the provider. | |
GroupDescriptions | Gets the current group descriptions assigned to the provider. | |
IncludeParentSummary | Gets or sets whether aggregation should include the parent summaries when multiple groupings are provided. If false aggregation will only provide the summaries for the lowest level grouping. | |
IsFilteringSupported | Gets whether the provider supports filtering at this level. | |
IsGroupingSupported | Gets whether the provider supports grouping at this level. | |
IsItemIndexLookupSupported | ||
IsKeyIndexLookupSupported | ||
IsSortingSupported | Gets whether the provider supports sorting at this level. | |
ItemsSource | Gets or sets the local data for the provider. | |
NotifyUsingSourceIndexes | ||
PropertiesRequested | ||
SchemaHints | Gets or sets hints for what the schema is for certain properties. | |
SortDescriptions | Gets the current sort descriptions assigned to the provider. | |
SummaryDescriptions | Gets the current summary descriptions assigned to the provider. | |
SummaryScope | Gets or sets the scope which summaries are calculated for. | |
TargetDataSource | ||
UpdateNotifier |
Name | Description | |
---|---|---|
AddItem | ||
Clone | ||
FlushAutoRefresh | Forces an auto refresh to occur synchronously. | |
GetItemAtIndex | ||
GetItemValue | ||
IndexOfItem | ||
IndexOfKey | ||
NotifyClearItems | ||
NotifyInsertItem | ||
NotifyRemoveItem | ||
NotifySetItem | ||
QueueAutoRefresh | Queues an auto refresh to take place. | |
Refresh | Synchronously refresh the data provider. | |
RemoveItem | ||
ResolveSchemaPropertyType | ||
SetItemValue |
Name | Description | |
---|---|---|
OnPropertyChanged | Called when a property changes. | |
PropertyUpdatedOverride | Called when a property on the provider is updated. | |
RefreshInternalOverride | Is overridden to provide refreshing logic. |
Name | Description | |
---|---|---|
PropertyChanged | ||
SchemaChanged | Indicates that the schema for the provider has changed. |