For a list of all members of this type, see ObjectCollection members.
Name | Description | |
---|---|---|
![]() | Clear | Overloaded. Clears the ObjectCollection of its contents and removes any associated Controls from the control tree. |
![]() | Contains | Returns true if the collection contains this item |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Returns the index of the object in the collection |
![]() | Remove | Removes the specified collectionObject if found in the collection. |
![]() | RemoveAt | |
![]() | SetDirty | Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back. |
Name | Description | |
---|---|---|
![]() | CreateViewStateJournal | |
![]() | InternalAdd | Appends the object to the collection |
![]() | InternalClear | Overloaded. Clears the internal collection data structure |
![]() | InternalMove | Moves an item from one index to another within the collection |
![]() | InternalRemove | Overloaded. Removes an item from the collection |
![]() | LoadViewState | |
![]() | LoadViewStateItems | |
![]() | OnClear | Overridden. Clears associated Templates when the collection is cleared. |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Overridden. Clears associated Template when an object is removed from the collection. |
![]() | OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Overridden. Validates that the value is not null. |
![]() | SaveViewState | |
![]() | SaveViewStateItems |