バージョン

BaseDataSource クラス メンバ

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

パブリック フィールド
パブリック プロパティ
 名前解説
Public プロパティActualCount  
Public プロパティActualPrimaryKey  
Public プロパティActualSchema  
Public プロパティCanCommitコミットが可能かどうかを取得します。  
Public プロパティCanRedo再実行が可能かどうかを取得します。  
Public プロパティCanUndo元に戻す操作が可能かどうかを取得します。  
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 プロパティFirstVisibleIndexRequested  
Public プロパティFullSectionInformationWillForceLoad  
Public プロパティGroupDescriptions  
Public プロパティIncludeSummaryRowsInSection集計がある場合にデータソースがグループ内に集計行を含むかどうかを取得または設定します。  
Public プロパティIsBatchingEnabledバッチ編集が有効かどうかを取得または設定します。  
Public プロパティIsFilteringSupported  
Public プロパティIsGroupingSupported  
Public プロパティIsItemIndexLookupSupported  
Public プロパティIsKeyIndexLookupSupported  
Public プロパティIsReadOnlyデータソースが読み取り専用かどうかを取得または設定します。  
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティIsSectionCollapsable  
Public プロパティIsSectionContentVisibleセクション ヘッダー以外のコンテンツが表示されるかどうかを取得または設定します。  
Public プロパティIsSectionExpandedDefault  
Public プロパティIsSectionHeaderNormalRowセクション ヘッダーが通常の行として処理されるかどうかを取得または設定します。  
Public プロパティIsSectionSummaryRowsAtBottomセクション内の集計行がセクションの下部に配置されるかどうかを取得または設定します。 それ以外の場合、上側に配置されます。  
Public プロパティIsSortingSupported  
Public プロパティIsVirtual  
Public プロパティLastVisibleIndexRequested  
Public プロパティNotifyUsingSourceIndexes  
Public プロパティPrimaryKey  
Public プロパティPropertiesRequested  
Public プロパティSectionHeaderDisplayMode  
Public プロパティShouldEmitSectionFooters  
Public プロパティShouldEmitSectionHeaders  
Public プロパティShouldEmitShiftedRows  
Public プロパティShouldEmitSummaryRows  
Public プロパティSortDescriptions  
Public プロパティSummaryDescriptions  
Public プロパティSummaryScope  
Public プロパティUpdateNotifier  
トップ
パブリック メソッド
 名前解説
Public メソッドAcceptPendingCommit保留中のコミットを承諾します。  
Public メソッドAcceptPendingTransaction特定の保留中のトランザクションを承諾します。  
Public メソッドAddItem提供された項目をデータソースに追加します。  
Public メソッドCancelEdits現在の編集をすべてキャンセルします。  
Public メソッドClearPinnedRows  
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 メソッドClonePropertiesプロパティを提供されたデータソースにクローンします。  
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 メソッドCommitEdits現在の編集をデータソースにコミットします。  
Public メソッドEquals System.Windows.DependencyObjectから継承されます。
Public メソッドFlushAutoRefresh  
Public メソッドGetAggregatedChangesデータに加えられ、まだコミットされていない一連の変更を返します。  
Public メソッドGetHashCodeGets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetIsRowExpandedAtIndex  
Public メソッドGetItemAtIndex  
Public メソッドGetItemProperty  
Public メソッドGetItemPropertyAtIndex  
Public メソッドGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドGetMainValuePath  
Public メソッドGetRootSummaryResultsルート レベルの集計結果を取得します。  
Public メソッドGetRootSummaryRowCountルート レベルの集計行の数を取得します。  
Public メソッドGetRowLevel  
Public メソッドGetRowType  
Public メソッドGetSectionSummaryResults特定のセクションの集計結果を取得します。  
Public メソッドGetStickyRowPriority  
Public メソッドGetStickyRows  
Public メソッドGetStickyRowsInRange  
Public メソッドGetTransactionErrorByID特定のトランザクションに関連するエラーを返します。  
Public メソッドGetTransactionErrorByKey現在保留中のトランザクションに存在する提供されたキーとプロパティのペアに関連付けられたエラーを返します。  
Public メソッドGetTransactionIDキーとプロパティのペアに関連付けられた保留中のトランザクションの ID を返します。  
Public メソッドGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。
Public メソッドHasAdd項目がコミットされていない追加かどうかを返します。  
Public メソッドHasDelete項目にコミットされていない削除があるかどうかを返します。  
Public メソッドHasEditデータソースが特定のプロパティのコミットされていない編集を含むかどうかを返します。  
Public メソッドIndexOfItem  
Public メソッドIndexOfKey  
Public メソッドInvalidateProperty System.Windows.DependencyObjectから継承されます。
Public メソッドIsExclusivelySticky  
Public メソッドIsPendingCommitコミットが保留中かどうかを返します。  
Public メソッドIsPendingTransactionトランザクションが保留中かどうかを返します。  
Public メソッドIsPlaceholderItem  
Public メソッドIsRowPinned  
Public メソッドIsRowSpanning  
Public メソッドNotifyClearItems  
Public メソッドNotifyInsertItem  
Public メソッドNotifyRemoveItem  
Public メソッドNotifySetItem  
Public メソッドPinRow  
Public メソッドQueueAutoRefresh  
Public メソッドReadLocalValueReturns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。
Public メソッドRedo最後の取り消しをやり直します。  
Public メソッドRefresh  
Public メソッドRejectPendingCommit保留中のコミットを拒否します。  
Public メソッドRejectPendingTransaction保留中のトランザクションを拒否します。  
Public メソッドRemoveItem項目をデータソースから削除します。  
Public メソッドRemoveItemByKey指定したキーを持つ項目を削除します。  
Public メソッドResolveSchemaPropertyType  
Public メソッドSetCurrentValue System.Windows.DependencyObjectから継承されます。
Public メソッドSetIsRowExpandedAtIndex  
Public メソッドSetTransactionErrorエラーを特定の保留トランザクションに関連付けます。  
Public メソッドSetValueオーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。
Public メソッドUndo最後の編集を元に戻します。  
Public メソッドUnpinRow  
Public メソッドUpdatePropertyAtKey指定した項目と一致するプロパティの値を更新します。  
トップ
プロテクト メソッド
 名前解説
Protected メソッドOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. System.Windows.DependencyObjectから継承されます。
Protected Internal メソッドShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。
トップ
パブリック イベント
 名前解説
Public イベントDataCommittedコミットが完了したときに発生するイベント。  
Public イベントRowExpansionChanged  
Public イベントSchemaChanged  
トップ
参照