DataStructureCollectionT Class |
Namespace: Unvired.Kernel.Utils
public class DataStructureCollection<T> : ExtendedObservableCollection<T>, ISupportIncrementalLoading, IDisposable where T : new()
The DataStructureCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| DataStructureCollectionT | Initializes a new instance of the DataStructureCollectionT class |
| Name | Description | |
|---|---|---|
| Count | (Inherited from CollectionT.) | |
| HasMoreItems |
Gets/sets whether the collection should continue loading data from source.
| |
| Item | (Inherited from CollectionT.) | |
| Items | (Inherited from CollectionT.) | |
| TotalCount |
| Name | Description | |
|---|---|---|
| CollectionChanged | (Inherited from ObservableCollectionT.) | |
| LoadingCompleted | ||
| LoadingStarted | ||
| PropertyChanged | (Inherited from ObservableCollectionT.) |
| Name | Description | |
|---|---|---|
| _currentPageLowerBound |