Mono Class Library: Overview

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

Documentation for this section has not yet been entered.

Public Properties

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

Public Methods

Add(DataControlField)
Documentation for this section has not yet been entered.
CloneFields() : DataControlFieldCollection
Documentation for this section has not yet been entered.
Contains(DataControlField) : bool
Documentation for this section has not yet been entered.
CopyTo(DataControlField[], int)
Documentation for this section has not yet been entered.
IndexOf(DataControlField) : int
Documentation for this section has not yet been entered.
Insert(int, DataControlField)
Documentation for this section has not yet been entered.
Remove(DataControlField)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

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

FieldsChangedDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.