This documentation is archived and is not being maintained.

ObjectListItemCollection Members

Represents a collection of ObjectListItem objects.

The ObjectListItemCollection type exposes the following members.

  NameDescription
Public method Clear Clears the collection.
Public method Contains Returns whether or not the given item is contained in the collection.
Public method CopyTo Copies the items in the collection to an array, starting at the given index. Intended for internal use only. (Inherited from ArrayListCollectionBase.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAll Returns an array of all the items in the ObjectListItem collection.
Public method GetEnumerator Retrieves an enumerator for the collection. (Inherited from ArrayListCollectionBase.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Returns the index of the specified item in an ObjectListItemCollection object.
Protected method LoadViewState Loads the previously saved view state to the control.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SaveViewState Saves the changes to a server control's view state to a Object.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method TrackViewState Instructs the collection to track changes to its view state.
Top

  NameDescription
Public property Count Returns the number of elements in a collection. (Inherited from ArrayListCollectionBase.)
Public property IsReadOnly Gets a value indicating whether a collection is read-only. (Inherited from ArrayListCollectionBase.)
Public property IsSynchronized Gets a value indicating whether a collection is synchronized. (Inherited from ArrayListCollectionBase.)
Protected property IsTrackingViewState Indicates whether the collection tracking its view state changes.
Public property Item Returns an ObjectListCommand item in the collection, by index.
Protected property Items Gets or sets the collection of items in an array list object. The default value is Empty. (Inherited from ArrayListCollectionBase.)
Public property SyncRoot Returns the SyncRoot object for the collection. (Inherited from ArrayListCollectionBase.)
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. For a description of this member, see IStateManager::IsTrackingViewState.
Explicit interface implemetation Private method IStateManager::LoadViewState Infrastructure. For a description of this member, see IStateManager::LoadViewState.
Explicit interface implemetation Private method IStateManager::SaveViewState Infrastructure. For a description of this member, see IStateManager::SaveViewState.
Explicit interface implemetation Private method IStateManager::TrackViewState Infrastructure. For a description of this member, see IStateManager::TrackViewState.
Top
Show: