For a list of all members of this type, see DataSourceLocalDataProvider members.
Name | Description | |
---|---|---|
![]() | ActualCount | The full count of items in teh provider. |
![]() | ActualSchema | The resolved schema of the provider. |
![]() | DeferAutoRefresh | Gets or sets whether automatic refreshes of the data provider should be deferred. |
![]() | ExecutionContext | Gets or sets the execution context which the provider should use to send notifications. |
![]() | FilterExpressions | Gets the current filter descriptions assigned to the provider. |
![]() | GroupDescriptions | Gets the current group descriptions assigned to the provider. |
![]() | IsFilteringSupported | Gets whether the provider supports filtering at this level. |
![]() | IsGroupingSupported | Gets whether the provider supports grouping at this level. |
![]() | IsItemIndexLookupSupported | Gets wheter lookup by item is supported at this level. |
![]() | IsKeyIndexLookupSupported | Gets whether lookup by key is supported at this level. |
![]() | IsSortingSupported | Gets whether the provider supports sorting at this level. |
![]() | ItemsSource | Gets or sets the local data for the provider. |
![]() | NotifyUsingSourceIndexes | Gets whether you should send manual notifications to this provider using original source indices. |
![]() | PropertiesRequested | Gets or sets a specific set of properties that are required, in case the data provider supports filtering out non required properties. |
![]() | ReactToINPCNotifications | Gets or sets whether the data provider will react to INPC notifications. |
![]() | SchemaHints | Gets or sets hints for what the schema is for certain properties. |
![]() | SchemaIncludedProperties | Gets or sets what properties should be included when resolving the datasource schema. If null, all properties are included. |
![]() | 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. |
![]() | UpdateNotifier | Gets or sets a notifier that the data provider will send notifications to. |
Name | Description | |
---|---|---|
![]() | List | Gets the list, if any, assigned to the provider. |
![]() | MustSyncListWithChanges | Gets if the provider needs to keep the List syncrhonized. |