The following tables list the members exposed by DataSourceLocalDataProvider.
Name | Description | |
---|---|---|
DataSourceLocalDataProvider Constructor | Constructs a DataSourceLocalDataProvider. |
Name | Description | |
---|---|---|
DeferAutoRefreshProperty | ||
ItemsSourceProperty |
Name | Description | |
---|---|---|
ActualCount | The full count of items in teh provider. | |
ActualSchema | The resolved schema of the provider. | |
DeferAutoRefresh | ||
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
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. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsSortingSupported | Gets whether the provider supports sorting at this level. | |
ItemsSource | ||
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. |
Name | Description | |
---|---|---|
AddItem | Adds the item to the data. | |
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
Clone | ||
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
FlushAutoRefresh | Forces an auto refresh to occur synchronously. | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetItemAtIndex | Gets the item at the specified index. | |
GetItemValue | Gets a named value from an item. | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
IndexOfItem | Gets the index of a specified item. | |
IndexOfKey | Gets the index of a specified key. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
NotifyClearItems | Manually notifies the provider that the underlying data has been cleared or reset. Should not be necessary if data is observable type. | |
NotifyInsertItem | Manually notifies the provider an item was inserted at an index in the underlying data. Should not be necessary if data is observable type. | |
NotifyRemoveItem | Manually notifies the provider an item was removed at an index in the underlying data. Should not be necessary if data is observable type. | |
NotifySetItem | Manually notifies the provider an item was set at an index in the underlying data. Should not be necessary if data is observable type. | |
QueueAutoRefresh | Queues an auto refresh to take place. | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Refresh | Synchronously refresh the data provider. | |
RemoveItem | Removes the item from the data. | |
ResolveSchemaPropertyType | Resolve a property or property path to its value type. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetItemValue | Sets a property value by name for an item. | |
SetSchema | Allows you to provide a schema to the data provider. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnPropertyChanged | Overloaded. Called when a property changes. | |
PropertyUpdatedOverride | Called when a property on the provider is updated. | |
RefreshInternalOverride | Is overridden to provide refreshing logic. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | Event raised when a property value is changed. | |
SchemaChanged | Indicates that the schema for the provider has changed. |