Name | Description | |
---|---|---|
![]() | CanFilter | Returns whether the collection is able to filter the specified filterExpression. (Inherited from C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreVirtualDataCollectionBase<T>) |
![]() | CanInsert | Overridden. Determines whether a new item can be inserted in the collection at the specified index. |
![]() | CanMove | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanRemove | Overridden. Determines whether the item at the specified index can be removed from the collection. |
![]() | CanReplace | Overridden. Determines whether the item at the specified index can be replaced in the collection. |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. (Inherited from C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreVirtualDataCollectionBase<T>) |
![]() | ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | DisconnectAsync | Invokes the finalization of the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<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 | Overloaded. Returns 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 | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | LoadAsync | Loads all the items between the specified range. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | MoveAsync | (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 | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | ReplaceAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |