DataSourceLocalDataProviderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
DataSourceLocalDataProvider コンストラクタ | DataSourceLocalDataProvider を構築します。 |
名前 | 解説 | |
---|---|---|
ActualCount | プロバイダーの項目の合計数。 | |
ActualSchema | プロバイダーの解決済みスキーマ。 | |
DeferAutoRefresh | ||
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
ExecutionContext | プロバイダーが通知の送信で使用する実行コンテキストを取得または設定します。 | |
FilterExpressions | プロバイダーに割り当てられる現在のフィルター説明を取得します。 | |
GroupDescriptions | プロバイダーに割り当てられる現在のグループ化説明を取得します。 | |
IsFilteringSupported | このレベルにプロバイダーがフィルターをサポートするかどうかを取得します。 | |
IsGroupingSupported | このレベルにプロバイダーがグループ化をサポートするかどうかを取得します。 | |
IsItemIndexLookupSupported | このレベルで項目のルックアップがサポートされるかどうかを取得します。 | |
IsKeyIndexLookupSupported | このレベルでキーのルックアップがサポートされるかどうかを取得します。 | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。 | |
IsSortingSupported | このレベルにプロバイダーが並べ替えをサポートするかどうかを取得します。 | |
ItemsSource | ||
NotifyUsingSourceIndexes | 元のソース インデックスを使用してこのプロバイダーに手動的な通知を送信するかどうかを取得します。 | |
PropertiesRequested | データ プロバイダーが必要なしのプロパティのフィルター アウトをサポートする場合、必要なプロパティのセットを取得または設定します。 | |
SortDescriptions | プロバイダーに割り当てられる現在の並べ替え説明を取得します。 | |
SummaryDescriptions | プロバイダーに割り当てられた現在の集計説明を取得します。 | |
SummaryScope | 集計が計算されるスコープを取得または設定します。 | |
UpdateNotifier | データ プロバイダーが通知を送信するへのノーティファイア を取得または設定します。 |
名前 | 解説 | |
---|---|---|
List | プロバイダーに割り当てられるリスト (ある場合) を取得します。 | |
MustSyncListWithChanges | プロバイダーは List を同期化する必要があるかどうかを取得します。 |
名前 | 解説 | |
---|---|---|
AddItem | 項目をデータに追加します。 | |
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
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. System.Windows.DependencyObjectから継承されます。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
FlushAutoRefresh | 自動更新を同期に実行することになります。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetItemAtIndex | 指定したインデックスにある項目を取得します。 | |
GetItemValue | 項目から名前付き値を取得します。 | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
IndexOfItem | 指定した項目のインデックスを取得します。 | |
IndexOfKey | 指定したキーのインデックスを取得します。 | |
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
NotifyClearItems | 基本データがクリアまたはリセットされたことをプロバイダーに手動的に通知します。データが監視可能な型の場合に必要がありません。 | |
NotifyInsertItem | 項目が基本データのインデックスに挿入されたことをプロバイダーに手動的に通知します。データが監視可能な型の場合に必要がありません。 | |
NotifyRemoveItem | 項目が基本データのインデックスから削除されたことをプロバイダーに手動的に通知します。データが監視可能な型の場合に必要がありません。 | |
NotifySetItem | 項目が基本データのインデックスに設定されたことをプロバイダーに手動的に通知します。データが監視可能な型の場合に必要がありません。 | |
QueueAutoRefresh | 自動更新の実行をキューします。 | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
Refresh | データ プロバイダーを同期に更新します。 | |
RemoveItem | 項目をデータから削除します。 | |
ResolveSchemaPropertyType | プロパティまたはプロパティ パスをその値の型に解決します。 | |
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetItemValue | 項目のプロパティ値を名前で設定します。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
OnPropertyChanged | オーバーロードされます。 プロパティを変更すると呼び出されます。 | |
PropertyUpdatedOverride | プロバイダーのプロパティが更新されたときに呼び出されます。 | |
RefreshInternalOverride | 更新ロジックを提供するためにオーバーライドされます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
PropertyChanged | プロパティ値が変化した時に発生されるイベント。 | |
SchemaChanged | プロバイダーのスキーマが変更されたことを示します。 |