System.Web.UI.WebControls.DataKeyArray Members

The members of System.Web.UI.WebControls.DataKeyArray are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.DataKeyArray class.

Public Properties

[read-only]
Countint.

Gets the number of items in the collection.

[read-only]
IsReadOnlybool.

Gets a value indicating whether the items in the collection can be modified.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the System.Web.UI.WebControls.DataKeyArray collection is synchronized (thread safe).

[read-only]
default property
Item(int)DataKey. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the object used to synchronize access to the collection.

Public Methods

CopyTo(DataKey[], int)

Copies all the items from this collection to the specified array of System.Web.UI.WebControls.DataKey objects, starting at the specified index in the array.

GetEnumerator() : IEnumerator

Returns an enumerator that contains all System.Web.UI.WebControls.DataKey objects in the collection.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies all the items from this collection to the specified Array, starting at the specified index in the Array.

[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool.

Gets a value indicating whether the System.Web.UI.WebControls.DataKeyArray object is tracking its view-state changes.

System.Web.UI.IStateManager.LoadViewState

Loads the previously saved view state of the System.Web.UI.WebControls.DataKeyArray object.

System.Web.UI.IStateManager.SaveViewState

Saves the current view state of the System.Web.UI.WebControls.DataKeyArray object.

System.Web.UI.IStateManager.TrackViewState

Marks the starting point at which to begin tracking and saving view-state changes to the System.Web.UI.WebControls.DataKeyArray object.