名前 | 解説 | |
---|---|---|
![]() | C1BindingListDataCollection コンストラクタ | Initializes a new instance of the C1BindingListDataCollection class. |
C1BindingListDataCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | C1BindingListDataCollection コンストラクタ | Initializes a new instance of the C1BindingListDataCollection class. |
名前 | 解説 | |
---|---|---|
![]() | BindingList | Gets the underlying System.ComponentModel.IBindingList. |
![]() | BindingListView | Gets the underlying System.ComponentModel.IBindingListView if it is implemented by the source. |
![]() | Count | Gets the number of elements in the collection. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | FilterExpression | Gets the filter expression applied to the data. |
![]() | IsDisposed | Gets whether the collection is disposed. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | Item | オーバーライドされます。 Gets the element at the specified index in the read-only list. |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. |
![]() | Source | Gets the data source of this collection. |
名前 | 解説 | |
---|---|---|
![]() | CanFilter | Returns whether the collection is able to filter the specified filterExpression. |
![]() | CanInsert | |
![]() | CanMove | |
![]() | CanRemove | |
![]() | CanReplace | |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. |
![]() | CreateNewItem | |
![]() | Dispose() | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | FilterAsync | Filters the data using specified filterExpression. |
![]() | GetItemType | オーバーライドされます。 Gets the type of the item. |
![]() ![]() | GetPropertyDescriptorValue<T> | Gets the property descriptor value. |
![]() | IndexOf | Gets the index of the specified item. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | InsertAsync | |
![]() | MoveAsync | |
![]() | RemoveAsync | |
![]() | ReplaceAsync | |
![]() ![]() | SetPropertyDescriptorValue<T> | Sets the property descriptor value. |
![]() | SortAsync | オーバーロードされます。 Sorts the collection according to the specified sortDescriptions. |
![]() ![]() | ToFilterString | Converts the filterExpression into a DataSet filter expression https://learn.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression. |
名前 | 解説 | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | FilterChanged | Raised after a filter operation was performed. |
![]() | PropertyChanged | Occurs when a property value changes. C1.DataCollection.C1DataCollectionBase<object>から継承されます。 |
![]() | SortChanged | Raised after a sort operation was performed. |