Version 24.2 (latest)

DataSourceLocalDataProvider Class Properties

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

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 PropertySchemaIncludedPropertiesGets or sets what properties should be included when resolving the datasource schema. If null, all properties are included.  
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.  
See Also