このクラスのメンバの一覧は、C1GroupDataCollection<S>メンバを参照してください。
パブリック メソッド
| 名前 | 解説 |
 | CanFilter | Returns whether the collection is able to filter the specified expression. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | CanGroup | オーバーライドされます。 Returns whether the collection is able to group the specified group descriptions. |
 | CanInsert | オーバーライドされます。 |
 | CanInsertRange | オーバーライドされます。 |
 | CanMove | オーバーライドされます。 Determines whether the item at fromIndex can be moved to toIndex. |
 | CanMoveRange | C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | CanRefresh | Determines whether the collection can be refreshed. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | CanRemove | オーバーライドされます。 Determines whether the item at the specified index can be removed from the collection. |
 | CanRemoveRange | オーバーライドされます。 |
 | CanReplace | オーバーライドされます。 |
 | CanReplaceRange | オーバーライドされます。 |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | ConnectAsync | Connects the collection to the source. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | CreateNewItem | Creates a new item of the collection. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | DisconnectAsync | Disconnects the collection from the source. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | Dispose | Called to dispose resources. C1.DataCollection.C1DataCollectionBase<T>から継承されます。 |
 | FilterAsync | Filters the data using specified filter expression. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | GetItemType | オーバーライドされます。 Gets the type of the item. |
 | GetLoadedItems | オーバーロードされます。 Returns the items that has be loaded so far. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | GroupAsync | オーバーロードされます。 オーバーライドされます。 Groups the collection according to the specified group descriptions. |
 | IndexOf | オーバーライドされます。 Gets the index of the specified item. |
 | InsertAsync | オーバーライドされます。 Inserts the specified item at the specified index in the collection. |
 | InsertRangeAsync | オーバーライドされます。 |
 | LoadAsync | Load the items between the specified indexes. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | LoadMoreItemsAsync | Loads more items asynchronously. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | MoveAsync | オーバーライドされます。 Moves an item from the specified position to the new one. |
 | MoveRangeAsync | C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | MoveToPageAsync | Moves to the page . C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | RefreshAsync | Refreshes the collection data. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
 | RemoveAsync | オーバーライドされます。 Removes the item at the specified index from the collection. |
 | RemoveRangeAsync | オーバーライドされます。 |
 | ReplaceAsync | オーバーライドされます。 |
 | ReplaceRangeAsync | オーバーライドされます。 |
 | SortAsync | オーバーロードされます。 Sorts the collection according to the specified sort descriptions. C1.DataCollection.C1WrapDataCollection<S,object>から継承されます。 |
トップ
参照