System.Web.UI.WebControls.DataControlFieldCollection Members

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

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Constructors

Public Properties

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

Public Methods

Add(DataControlField)

Appends the specified System.Web.UI.WebControls.DataControlField object to the end of the collection.

CloneFields() : DataControlFieldCollection

Creates a copy of the current collection.

Contains(DataControlField) : bool

Determines whether the System.Web.UI.WebControls.DataControlFieldCollection collection contains a specific System.Web.UI.WebControls.DataControlField object.

CopyTo(DataControlField[], int)

Copies the entire System.Web.UI.WebControls.DataControlFieldCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array.

IndexOf(DataControlField) : int

Determines the index of a specific System.Web.UI.WebControls.DataControlField object in the collection.

Insert(int, DataControlField)

Inserts the specified System.Web.UI.WebControls.DataControlField object into the System.Web.UI.WebControls.DataControlFieldCollection collection at the specified index.

Remove(DataControlField)

Removes the specified System.Web.UI.WebControls.DataControlField object from the System.Web.UI.WebControls.DataControlFieldCollection collection.

RemoveAt(int)

Removes the System.Web.UI.WebControls.DataControlField object at the specified index from the System.Web.UI.WebControls.DataControlFieldCollection collection.

Protected Methods

override
CreateKnownType(int) : object
Documentation for this section has not yet been entered.
override
GetKnownTypes() : Type[]
Documentation for this section has not yet been entered.
override
OnClearComplete()
Documentation for this section has not yet been entered.
override
OnInsertComplete(int, object)
Documentation for this section has not yet been entered.
override
OnRemoveComplete(int, object)
Documentation for this section has not yet been entered.
override
SetDirtyObject(object)
Documentation for this section has not yet been entered.

Public Events

FieldsChanged

Occurs when the fields in the collection change, usually as the result of a System.Web.UI.StateManagedCollection.Clear, DataControlFieldCollection.Insert(int, DataControlField), DataControlFieldCollection.Remove(DataControlField) or DataControlFieldCollection.Add(DataControlField) method call. This event is also raised anytime a System.Web.UI.WebControls.DataControlField in the collection raises its FieldChanged event.