Version 24.2 (latest)

DataSourceLocalDataProvider Class Methods

For a list of all members of this type, see DataSourceLocalDataProvider members.

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.  
See Also