The following tables list the members exposed by ControlDataRecordCollection.
Name | Description | |
---|---|---|
ControlDataRecordCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
_trackingJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Number of items in the collection. | |
IsReadOnly | Returns true if the collection is read-only (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Item | Returns a record from the collection by its index. |
Name | Description | |
---|---|---|
HasViewStateJournal | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
TemporaryRecord | Gets/sets a temporary record | |
ViewStateJournal | The parent owner to which this object belongs. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |
Name | Description | |
---|---|---|
Add | Adds a record to the collection. | |
Clear | Overloaded. Overridden. Clears the ObjectCollection of its contents and removes any associated Controls from the control tree. | |
Contains | Returns true if the collection contains this item (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
CreateRecord | ||
FromIDPair | Returns a record from the collection by its IDPair. | |
FromKey | Returns a record from the collection by its key. | |
GetEnumerator | Returns an enumerator for this collection of records | |
GetItemFromIDPair | Gets an item from the collection using its ID pair. | |
IndexOf | Returns the index of the object in the collection (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
Remove | Removes the specified collectionObject if found in the collection. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
RemoveAt | (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) | |
SetDirty | Marks the ViewState of every object in the collection as Dirty so that it gets stored for round tripping to the client and back. (Inherited from Infragistics.Web.UI.Framework.ObjectCollection) |