ModelComponentCollection Methods
SQL Server 2008 R2
The ModelComponentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(ModelComponent) | Infrastructure. |
|
Add(String, IModelComponent) | |
|
Add(ModelComponent, Boolean) | Infrastructure. |
|
Add(String, IModelComponent, Boolean) | |
|
AddNew(String, Type) | Infrastructure. |
|
AddNew(String, String, Type) | Infrastructure. |
|
CanAdd | Infrastructure. |
|
ChangeKey | Infrastructure. |
|
Clear | Removes all elements from the ModelComponentCollection. |
|
Contains(String) | Determines whether an item with the specified key is in the ModelComponentCollection. |
|
Contains(IModelComponent) | |
|
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. |
|
EnsureLoaded | Infrastructure. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. |
|
GetHashCode | (Inherited from Object.) |
|
GetItem | Gets a reference to the specified component. |
|
GetType | (Inherited from Object.) |
|
IndexOf(String) | Returns the zero-based index of the first occurrence of an IModelComponent that has the specified key in the ModelComponentCollection. |
|
IndexOf(IModelComponent) | |
|
Insert(Int32, ModelComponent) | Infrastructure. |
|
Insert(IModelComponent, String, Int32) | |
|
Insert(IModelComponent, String, Int32, Boolean) | |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | |
|
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. |
|
RemoveAt(Int32, Boolean) | Infrastructure. |
|
ToString | (Inherited from Object.) |
Top
