Base class for all collections support view state tracking
| C# | Visual Basic | Visual Basic Usage |
public abstract class ChartingStateManagedCollection<T> : IDeserializableCollection, IList<T>, ICollection<T>, IEnumerable<T>, IChartingStateManager, IList, ICollection, IEnumerable where T : class, new(), IChartingStateManagedItem
Public MustInherit Class ChartingStateManagedCollection(Of T As {Class, New, IChartingStateManagedItem}) _ Implements IDeserializableCollection, IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IChartingStateManager, IList, ICollection, IEnumerable
Dim instance As ChartingStateManagedCollection(Of T)
- T
- Collection item type
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ChartingStateManagedCollection<(Of <(<'T>)>)>()()()() | Initializes a new instance of the ChartingStateManagedCollection<(Of <(<'T>)>)> class | |
| Add(T) |
Adds new item in collection
| |
| AddRange(array<T>[]()[][]) |
Adds items range in collection
| |
| Clear()()()() |
Clears collection
| |
| Contains(T) |
Checks does collection contain the given item
| |
| CopyTo(array<T>[]()[][], Int32) |
Copies the entire System.Collections.Generic.List<T> to a compatible one-dimensional
array, starting at the specified index of the target array.
| |
| Count |
Gets items count in collection
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through the System.Collections.Generic.List>T<.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(T) |
Item index in collection
| |
| Insert(Int32, T) |
Inserts item at the given index
| |
| IsReadOnly |
Gets true if collection is read-only
| |
| Item[([( Int32])]) |
Gets the collection item at given index
| |
| List |
Items list
| |
| LoadViewState(Object) |
Loads collection from view state
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnClear()()()() |
Before collection clearing event
| |
| OnClearComplete()()()() |
Collection after clean event
| |
| OnInsert(Int32, Object) |
Item before insert event
| |
| OnInsertComplete(Int32, Object) |
Item after insert event
| |
| OnRemove(Int32, Object) |
Item before remove event
| |
| OnRemoveComplete(Int32, Object) |
Item after remove event
| |
| Remove(T) |
Removes item from collection
| |
| RemoveAt(Int32) |
Removes item from collection at given index
| |
| SaveViewState()()()() |
Saves collection to a view state
| |
| SetItemDirty(T) |
Marks collection item dirty
| |
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) |