Version

DataSourceLocalDataProvider Class Members

The following tables list the members exposed by DataSourceLocalDataProvider.

Public Constructors
 NameDescription
Public ConstructorDataSourceLocalDataProvider ConstructorConstructs a DataSourceLocalDataProvider.  
Public Properties
 NameDescription
Public PropertyActualCountThe full count of items in teh provider.  
Public PropertyActualSchemaThe resolved schema of the provider.  
Public PropertyDeferAutoRefreshGets or sets whether automatic refreshes of the data provider should be deferred.  
Public PropertyExecutionContextGets or sets the execution context which the provider should use to send notifications.  
Public PropertyFilterExpressionsGets the current filter descriptions assigned to the provider.  
Public PropertyGroupDescriptionsGets the current group descriptions assigned to the provider.  
Public PropertyIsFilteringSupportedGets whether the provider supports filtering at this level.  
Public PropertyIsGroupingSupportedGets whether the provider supports grouping at this level.  
Public PropertyIsItemIndexLookupSupportedGets wheter lookup by item is supported at this level.  
Public PropertyIsKeyIndexLookupSupportedGets whether lookup by key is supported at this level.  
Public PropertyIsSortingSupportedGets whether the provider supports sorting at this level.  
Public PropertyItemsSourceGets or sets the local data for the provider.  
Public PropertyNotifyUsingSourceIndexesGets whether you should send manual notifications to this provider using original source indices.  
Public PropertyPropertiesRequestedGets or sets a specific set of properties that are required, in case the data provider supports filtering out non required properties.  
Public PropertyReactToINPCNotificationsGets or sets whether the data provider will react to INPC notifications.  
Public PropertySchemaHintsGets or sets hints for what the schema is for certain properties.  
Public PropertySortDescriptionsGets the current sort descriptions assigned to the provider.  
Public PropertySummaryDescriptionsGets the current summary descriptions assigned to the provider.  
Public PropertySummaryScopeGets or sets the scope which summaries are calculated for.  
Public PropertyUpdateNotifierGets or sets a notifier that the data provider will send notifications to.  
Protected Properties
 NameDescription
Protected PropertyListGets the list, if any, assigned to the provider.  
Protected PropertyMustSyncListWithChangesGets if the provider needs to keep the List syncrhonized.  
Public Methods
 NameDescription
Public MethodAddItemAdds the item to the data.  
Public MethodClone  
Public MethodFlushAutoRefreshForces an auto refresh to occur synchronously.  
Public MethodGetItemAtIndexGets the item at the specified index.  
Public MethodGetItemValueGets a named value from an item.  
Public MethodIndexOfItemGets the index of a specified item.  
Public MethodIndexOfKeyGets the index of a specified key.  
Public MethodNotifyClearItemsManually notifies the provider that the underlying data has been cleared or reset. Should not be necessary if data is observable type.  
Public MethodNotifyInsertItemManually notifies the provider an item was inserted at an index in the underlying data. Should not be necessary if data is observable type.  
Public MethodNotifyRemoveItemManually notifies the provider an item was removed at an index in the underlying data. Should not be necessary if data is observable type.  
Public MethodNotifySetItemManually notifies the provider an item was set at an index in the underlying data. Should not be necessary if data is observable type.  
Public MethodQueueAutoRefreshQueues an auto refresh to take place.  
Public MethodRefreshSynchronously refresh the data provider.  
Public MethodRemoveItemRemoves the item from the data.  
Public MethodResolveSchemaPropertyTypeResolve a property or property path to its value type.  
Public MethodSetItemValueSets a property value by name for an item.  
Public MethodSetSchemaAllows you to provide a schema to the data provider.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedCalled when a property changes.  
Protected MethodPropertyUpdatedOverrideCalled when a property on the provider is updated.  
Protected MethodRefreshInternalOverrideIs overridden to provide refreshing logic.  
Public Events
 NameDescription
Public EventPropertyChangedEvent raised when a property value is changed.  
Public EventSchemaChangedIndicates that the schema for the provider has changed.  
See Also