System.Web.UI.WebControls.DataKey Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.DataKey class using the specified dictionary of key field values.

Initializes a new instance of the System.Web.UI.WebControls.DataKey class using the specified dictionary of key field values and array of field names.

Public Properties

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

Gets the value of the key field at index 0 in the System.Web.UI.WebControls.DataKey object.

[read-only]
ValuesSystem.Collections.Specialized.IOrderedDictionary.

Gets an System.Collections.Specialized.IOrderedDictionary object that contains every key field in the System.Web.UI.WebControls.DataKey object.

Protected Properties

[read-only]
IsTrackingViewStatebool.

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

Protected Methods

LoadViewState(object)

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

SaveViewState() : object

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

TrackViewState()

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

Explicitly Implemented Interface Members

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

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

System.Web.UI.IStateManager.LoadViewState

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

System.Web.UI.IStateManager.SaveViewState

Saves the current view state of the System.Web.UI.WebControls.DataKey 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.DataKey object.