C1SpanDataCollection<T> Class Members
In This Topic
The following tables list the members exposed by C1SpanDataCollection<T>.
Public Constructors
Public Properties
| Name | Description |
| ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Count | Overridden. Gets the number of items in this collection. |
| CurrentPage | Gets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| GroupDescriptions | Gets the group descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
| IsPlain | Gets whether the group items will be inline with the data items or the items will be the first level of group items. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| IsUpdating | Gets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| IsVirtualizing | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Item | Overridden. Gets the item at the specified position. |
| Length | Gets the maximum number of items that can be in the collection. |
| PageSize | Gets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Start | Gets the index in the underlying collection where this collection starts. |
| TotalCount | Overridden. Gets the total count of items in the underlying collection. |
Top
Public Methods
| Name | Description |
| 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 | Overridden. |
| CanInsertRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanMove | Overridden. |
| CanMoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanRemove | Overridden. |
| CanRemoveRange | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CanReplace | Overridden. |
| CanReplaceRange | (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>) |
| ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| CreateNewItem | Creates a new item of the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| DisconnectAsync | Disconnects the collection from the source. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| FilterAsync | Filters the data using specified filter expression. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| GetItemType | Get the type of the items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<T>) |
| GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| GroupAsync | Overloaded. 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 | Overridden. |
| InsertRangeAsync | (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 | Overridden. |
| MoveRangeAsync | (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 | Overridden. |
| RemoveRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| ReplaceAsync | Overridden. |
| ReplaceRangeAsync | (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
| Slice | Specifies the bounds of the collection. |
| SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1WrapDataCollection<T,T>) |
Top
Public Events
See Also