For a list of all members of this type, see DataSourceLocalDataProvider members.
Name | Description | |
---|---|---|
![]() | AddItem | Adds the item to the data. |
![]() | Clone | |
![]() | FlushAutoRefresh | Forces an auto refresh to occur synchronously. |
![]() | GetItemAtIndex | Gets the item at the specified index. |
![]() | GetItemValue | Gets a named value from an item. |
![]() | IndexOfItem | Gets the index of a specified item. |
![]() | IndexOfKey | Gets the index of a specified key. |
![]() | 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. |
![]() | Refresh | Synchronously refresh the data provider. |
![]() | RemoveItem | Removes the item from the data. |
![]() | ResolveSchemaPropertyType | Resolve a property or property path to its value type. |
![]() | SetItemValue | Sets a property value by name for an item. |
![]() | SetSchema | Allows you to provide a schema to the data provider. |
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. |