BaseDataSourceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
AcceptPendingCommit | 保留中のコミットを承諾します。 | |
AcceptPendingTransaction | 特定の保留中のトランザクションを承諾します。 | |
AddItem | 提供された項目をデータソースに追加します。 | |
CancelEdits | 現在の編集をすべてキャンセルします。 | |
ClearPinnedRows | ||
ClearValue | オーバーロードされます。 Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. System.Windows.DependencyObjectから継承されます。 | |
Clone | このデータソース インスタンスをクローンし、集計、グループ化、フィルター、並べ替えの設定を新しいインスタンスにコピーします。 | |
CloneProperties | プロパティを提供されたデータソースにクローンします。 | |
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から継承されます。 | |
CommitEdits | 現在の編集をデータソースにコミットします。 | |
Equals | System.Windows.DependencyObjectから継承されます。 | |
FlushAutoRefresh | ||
GetAggregatedChanges | データに加えられ、まだコミットされていない一連の変更を返します。 | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetIsRowExpandedAtIndex | ||
GetItemAtIndex | ||
GetItemProperty | ||
GetItemPropertyAtIndex | ||
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
GetMainValuePath | ||
GetRootSummaryResults | ルート レベルの集計結果を取得します。 | |
GetRootSummaryRowCount | ルート レベルの集計行の数を取得します。 | |
GetRowLevel | ||
GetRowType | ||
GetSectionSummaryResults | 特定のセクションの集計結果を取得します。 | |
GetStickyRowPriority | ||
GetStickyRows | ||
GetStickyRowsInRange | ||
GetTransactionErrorByID | 特定のトランザクションに関連するエラーを返します。 | |
GetTransactionErrorByKey | 現在保留中のトランザクションに存在する提供されたキーとプロパティのペアに関連付けられたエラーを返します。 | |
GetTransactionID | キーとプロパティのペアに関連付けられた保留中のトランザクションの ID を返します。 | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. System.Windows.DependencyObjectから継承されます。 | |
HasAdd | 項目がコミットされていない追加かどうかを返します。 | |
HasDelete | 項目にコミットされていない削除があるかどうかを返します。 | |
HasEdit | データソースが特定のプロパティのコミットされていない編集を含むかどうかを返します。 | |
IndexOfItem | ||
IndexOfKey | ||
InvalidateProperty | System.Windows.DependencyObjectから継承されます。 | |
IsExclusivelySticky | ||
IsPendingCommit | コミットが保留中かどうかを返します。 | |
IsPendingTransaction | トランザクションが保留中かどうかを返します。 | |
IsPlaceholderItem | ||
IsRowPinned | ||
IsRowSpanning | ||
NotifyClearItems | ||
NotifyInsertItem | ||
NotifyRemoveItem | ||
NotifySetItem | ||
PinRow | ||
QueueAutoRefresh | ||
ReadLocalValue | Returns the local value of a dependency property, if it exists. System.Windows.DependencyObjectから継承されます。 | |
Redo | 最後の取り消しをやり直します。 | |
Refresh | ||
RejectPendingCommit | 保留中のコミットを拒否します。 | |
RejectPendingTransaction | 保留中のトランザクションを拒否します。 | |
RemoveItem | 項目をデータソースから削除します。 | |
RemoveItemByKey | 指定したキーを持つ項目を削除します。 | |
ResolveSchemaPropertyType | ||
SetCurrentValue | System.Windows.DependencyObjectから継承されます。 | |
SetIsRowExpandedAtIndex | ||
SetTransactionError | エラーを特定の保留トランザクションに関連付けます。 | |
SetValue | オーバーロードされます。 Sets the local value of a dependency property, specified by its dependency property identifier. System.Windows.DependencyObjectから継承されます。 | |
Undo | 最後の編集を元に戻します。 | |
UnpinRow | ||
UpdatePropertyAtKey | 指定した項目と一致するプロパティの値を更新します。 |
名前 | 解説 | |
---|---|---|
OnPropertyChanged | Invoked 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から継承されます。 | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. System.Windows.DependencyObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
DataCommitted | コミットが完了したときに発生するイベント。 | |
RowExpansionChanged | ||
SchemaChanged |