The following tables list the members exposed by FlatDataProvider.
Name | Description | |
---|---|---|
FlatDataProvider Constructor |
Name | Description | |
---|---|---|
DeferAutoRefreshProperty | ||
ItemsSourceProperty |
Name | Description | |
---|---|---|
ActualCount | ||
ActualSchema | ||
BroadcastChangesToRightDataSource | ||
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 | ||
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 | ||
IsKeyIndexLookupSupported | ||
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 | ||
JoinCollisionType | Gets or sets what to do about properties that collide in naming that have not been decollided with aliases. | |
JoinType | Gets or sets hints for what the schema is for certain properties. | |
LeftJoinProperty | Gets or sets hints for what the schema is for certain properties. | |
NotifyUsingSourceIndexes | ||
PropertiesRequested | ||
RightDataSource | ||
RightJoinProperty | Gets or sets hints for what the schema is for certain properties. | |
SchemaHints | Gets or sets hints for what the schema is for certain properties. | |
SchemaIncludedProperties | ||
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. | |
TargetDataSource | ||
UpdateNotifier |
Name | Description | |
---|---|---|
AddItem | ||
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) | |
CreateDynamicItem | ||
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 | ||
GetItemValue | ||
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) | |
HasDynamicItemProperty | ||
IndexOfItem | ||
IndexOfKey | ||
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
NotifyClearItems | ||
NotifyInsertItem | ||
NotifyRemoveItem | ||
NotifySetItem | ||
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 | ||
ResolveSchemaPropertyType | ||
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetDynamicItemProperty | ||
SetItemValue | ||
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 | ||
SchemaChanged | Indicates that the schema for the provider has changed. |