Name | Description | |
---|---|---|
![]() | C1EntityFrameworkCoreVirtualDataCollection<T> Constructor | Overloaded. |
The following tables list the members exposed by C1EntityFrameworkCoreVirtualDataCollection<T>.
Name | Description | |
---|---|---|
![]() | C1EntityFrameworkCoreVirtualDataCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ConnectionState | Gets the state of the connection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | 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>) |
![]() | IsDisposed | Gets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | IsLoading | Gets whether the collection is getting the data. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | IsVirtualizing | (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>) |
![]() | Query | (Inherited from C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreVirtualDataCollectionBase<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.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>) |
Name | Description | |
---|---|---|
![]() | ConnectAsyncOverride | When overridden, this method is used to initialize the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | DisconnectAsyncOverride | When overridden, this method is used to finalize the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | GetPageAsync | (Inherited from C1.DataCollection.EntityFrameworkCore.C1EntityFrameworkCoreVirtualDataCollectionBase<T>) |
![]() | InsertAsyncOverride | Overridden. Inserts the specified item at the end of the collection. The index is ignored. |
![]() | MoveAsyncOverride | This method is called when an item is moved in the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | OnCollectionChanged | Raises the CollectionChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | OnFilterChanged | Called after the filter changed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | OnSortChanged | Called after the sort changed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | RemoveAsyncOverride | Overridden. Removes the item at the specified index from the collection. |
![]() | ReplaceAsyncOverride | Overridden. Replaces the item at the specified index by the specified item. |
![]() | ResetCache | Resets the internal cache. (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>) |