バージョン

DataSourceLocalDataProvider クラス メンバ

DataSourceLocalDataProviderデータ型で公開されるメンバを以下の表に示します。

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