C1DataCollection<T> Class Members
In This Topic
The following tables list the members exposed by C1DataCollection<T>.
Public Constructors
Public Properties
Public Methods
| Name | Description |
 | AsPlain | Returns a IDataCollection<T> whose group items are inline with the data items. Otherwise the collection return the first level of groups and its items must be get from each of the group items. |
 | CanFilter | Returns whether the collection is able to filter the specified expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanGroup | Returns whether the collection is able to group the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanInsert | Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanMove | Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanRemove | Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanReplace | Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | CanSort | Returns whether the collection is able to sort the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GetLoadedItems | Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | GroupAsync | Groups the collection according to the specified group descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
 | InsertAsync | Inserts the specified item at the specified index in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadAsync | Load the items between the specified indexes. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveAsync | Moves an item from the specified position to the new one. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | MoveToPageAsync | Moves to the page . (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RefreshAsync | Refreshes the collection data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | RemoveAsync | Removes the item at the specified index from the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | ReplaceAsync | Replaces the item at the specified index by the new specified item. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
 | SortAsync | Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
Top
Extension Methods
Public Events
See Also