ModelComponentCollection Methods
Include Protected Members
Include Inherited Members
The ModelComponentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add(ModelComponent) | Infrastructure. Adds a ModelComponent object to the ModelComponentCollection. |
![]() |
Add(String, IModelComponent) | Infrastructure. Adds a IModelComponent object to the ModelComponentCollection. |
![]() |
Add(ModelComponent, Boolean) | Infrastructure. Adds a ModelComponent object to the ModelComponentCollection. |
![]() |
Add(String, IModelComponent, Boolean) | Infrastructure. Adds a IModelComponent object to the ModelComponentCollection. |
![]() |
AddNew(String, Type) | Infrastructure. Adds a new IModelComponent to the collection. |
![]() |
AddNew(String, String, Type) | Infrastructure. Adds a new IModelComponent to the collection. |
![]() |
CanAdd | Infrastructure. Indicates whether the collection can add a ModelComponent. |
![]() |
ChangeKey | Infrastructure. Changes the specified keys to the collection. |
![]() |
Clear | Removes all elements from the ModelComponentCollection. |
![]() |
Contains(String) | Determines whether an item with the specified key is in the ModelComponentCollection. |
![]() |
Contains(IModelComponent) | Determines whether the specified item is in the collection. |
![]() |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. |
![]() |
EnsureLoaded | Infrastructure. Ensures the collection is loaded. |
![]() |
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) | Searches for the specified item and returns its zero-based index within the collection. |
![]() |
Insert(Int32, ModelComponent) | Infrastructure. Inserts an ModelComponent in the ModelComponentCollection. |
![]() |
Insert(IModelComponent, String, Int32) | Infrastructure. Inserts an IModelComponent in the ModelComponentCollection. |
![]() |
Insert(IModelComponent, String, Int32, Boolean) | Infrastructure. Inserts an IModelComponent in the ModelComponentCollection. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Remove | Removes the specified IModelComponent from the collection. |
![]() |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. |
![]() |
RemoveAt(Int32, Boolean) | Infrastructure. Removes the IModelComponent at the specified index from the ModelComponentCollection. |
![]() |
ToString | (Inherited from Object.) |
Top
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | Adds an item to the collection. |
![]() ![]() |
IList.Clear | Removes all items from the collection. |
![]() ![]() |
IList.Contains | Indicates whether the collection contains a specific value. |
![]() ![]() |
IList.IndexOf | Determines the index of a specific item in the collection. |
![]() ![]() |
IList.Insert | Inserts an item to the collection at the specified index. |
![]() ![]() |
IList.Remove | Removes the first occurrence of a specified object from the collection. |
![]() ![]() |
IList.RemoveAt | Removes the item at the specified index. |
![]() ![]() |
IModelComponentCollection.Contains | Indicates whether the collection contains a specific value. |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. |
![]() ![]() |
IModelComponentCollection.Remove(IModelComponent, Boolean) | Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection. |
![]() ![]() |
IOnDemandLoadableCollection.BlockOnDemandLoad | Specifies the blocked demand load. |
Top