| ChartingStateManagedCollectionT Class |
Namespace: Kettic.AspNet.Controls.ChartModel
public abstract class ChartingStateManagedCollection<T> : IDeserializableCollection, IList<T>, ICollection<T>, IEnumerable<T>, IChartStateManager, IList, ICollection, IEnumerable where T : class, new(), IChartItemStateManager
The ChartingStateManagedCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds new item in collection
| |
| AddRange |
Adds items range in collection
| |
| Clear |
Clears collection
| |
| Contains |
Checks does collection contain the given item
| |
| CopyTo |
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional
array, starting at the specified index of the target array.
| |
| GetEnumerator |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
| |
| IndexOf |
Item index in collection
| |
| Insert |
Inserts item at the given index
| |
| Remove |
Removes item from collection
| |
| RemoveAt |
Removes item from collection at given index
|
| Name | Description | |
|---|---|---|
| Count |
Gets items count in collection
| |
| IsReadOnly |
Gets true if collection is read-only
| |
| Item |
Gets the collection item at given index
|