RecordFilterCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
Item | 指定したフィールド名に関連付けられる RecordFilter を取得します。指定したフィールドにない場合は、作成します。 |
名前 | 解説 | |
---|---|---|
Items | Gets a IList wrapper around the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | 指定した RecordFilter をコレクションに追加します。指定した RecordFilter を追加する前に、同じフィールドに存在している RecordFilter が削除されます。 | |
Clear | Removes all elements from the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
Contains | Determines whether an element is in the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
GetEnumerator | Returns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
Insert | Inserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
Move | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 | |
Refresh | すべてのレコードのフィルターを再評価します。 | |
Remove | Removes the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 | |
RemoveAt | Removes the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<RecordFilter>から継承されます。 |
名前 | 解説 | |
---|---|---|
BlockReentrancy | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 | |
CheckReentrancy | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 | |
ClearItems | オーバーライドされます。 このコレクションからすべての項目を削除します。 | |
InsertItem | オーバーライドされます。 指定された項目をコレクションに挿入します。 | |
MoveItem | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 | |
OnCollectionChanged | オーバーライドされます。 オーバーライド。コレクションが変更されたときに呼び出されます。 | |
OnPropertyChanged | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 | |
RemoveItem | オーバーライドされます。 コレクション内の指定したインデックスにある項目を削除します。 | |
SetItem | System.Collections.ObjectModel.ObservableCollection<RecordFilter>から継承されます。 |