Name | Description | |
---|---|---|
![]() | C1AdoNetVirtualDataCollection Constructor | Initializes a new instance of the C1AdoNetVirtualDataCollection class. |
The following tables list the members exposed by C1AdoNetVirtualDataCollection.
Name | Description | |
---|---|---|
![]() | C1AdoNetVirtualDataCollection Constructor | Initializes a new instance of the C1AdoNetVirtualDataCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | FilterExpression | Gets the filter expression applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Item | Gets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Mode | Gets or sets the way the items will be loaded (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | PageSize | Gets or sets the number of items that will be fetch per page. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | SortDescriptions | Gets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
![]() | InternalList | Gets or sets the list that hold the items to be returned in the public api. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
![]() | CanFilter | Returns whether the collection is able to filter the specified filterExpression. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanInsert | Determines whether a new item can be inserted in the collection at the specified index. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanMove | Determines whether the item at fromIndex can be moved to toIndex. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanRemove | Determines whether the item at the specified index can be removed from the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanReplace | Determines whether the item at the specified index can be replaced in the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | FilterAsync | Filters the data using specified filterExpression. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | GetLoadedItems | Returns all the items that has be loaded so far. (Inherited from C1.DataCollection.C1VirtualDataCollection<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.C1VirtualDataCollection<T>) |
![]() | LoadAsync | Loads all the items between the specified range. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | MoveAsync | Moves an item from the specified fromIndex to toIndex. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | RefreshAsync | Removes the cached data and loads the whole collection from scratch. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | RemoveAsync | Removes the item at the specified index from the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | ReplaceAsync | Replaces the item at the specified index by the specified item. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | SortAsync | Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | FilterChanged | Raised after a filter operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | SortChanged | Raised after a sort operation was performed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |