Represents a collection of MenuItemBinding objects.
Inheritance Hierarchy
Namespace: System.Web.DynamicData System. . :: . Object
System.Collections.ObjectModel. . :: . Collection< (Of < ( DataControlReference> ) > )
System.Web.DynamicData. . :: . DataControlReferenceCollection
System.Collections.ObjectModel
System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Syntax
Public Class DataControlReferenceCollection _
Inherits Collection(Of DataControlReference)public class DataControlReferenceCollection : Collection<DataControlReference>public ref class DataControlReferenceCollection : public Collection<DataControlReference^>type DataControlReferenceCollection =
class
inherit Collection<DataControlReference>
endThe DataControlReferenceCollection type exposes the following members.
Constructors
Top
| Name | Description | |
|---|---|---|
![]() | DataControlReferenceCollection | Initializes a new instance of the DataControlReferenceCollection class. |
Properties
Top
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements actually contained in the Collection |
![]() | Item | Gets or sets the element at the specified index. (Inherited from Collection |
![]() | Items | Gets a IList |
![]() | Owner | Gets the DynamicDataManager control that contains the data control. |
Methods
Top
| Name | Description | |
|---|---|---|
![]() | Add | Adds an object to the end of the Collection |
![]() | Clear | Removes all elements from the Collection |
![]() | ClearItems | Removes all elements from the Collection |
![]() | Contains | Determines whether an element is in the Collection |
![]() | CopyTo | Copies the entire Collection |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Collection |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection |
![]() | Insert | Inserts an element into the Collection |
![]() | InsertItem | Inserts a data-control reference into the data-control reference collection. (Overrides Collection |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the first occurrence of a specific object from the Collection |
![]() | RemoveAt | Removes the element at the specified index of the Collection |
![]() | RemoveItem | Removes a data-control reference from the collection. (Overrides Collection |
![]() | SetItem | Sets the DynamicDataManager control that contains the data-control reference. (Overrides Collection |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Top
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from Collection |
![]() ![]() | ICollection | Gets a value indicating whether the ICollection |
![]() ![]() | ICollection | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from Collection |
![]() ![]() | ICollection | Gets an object that can be used to synchronize access to the ICollection. (Inherited from Collection |
![]() ![]() | IEnumerable | Returns an enumerator that iterates through a collection. (Inherited from Collection |
![]() ![]() | IList | Adds an item to the IList. (Inherited from Collection |
![]() ![]() | IList | Determines whether the IList contains a specific value. (Inherited from Collection |
![]() ![]() | IList | Determines the index of a specific item in the IList. (Inherited from Collection |
![]() ![]() | IList | Inserts an item into the IList at the specified index. (Inherited from Collection |
![]() ![]() | IList | Gets a value indicating whether the IList has a fixed size. (Inherited from Collection |
![]() ![]() | IList | Gets a value indicating whether the IList is read-only. (Inherited from Collection |
![]() ![]() | IList | Gets or sets the element at the specified index. (Inherited from Collection |
![]() ![]() | IList | Removes the first occurrence of a specific object from the IList. (Inherited from Collection |
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements..gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)