INamedComponentCollection Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The INamedComponentCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains(String) | ||
Contains(IModelComponent) | Infrastructure. (Inherited from IModelComponentCollection.) | |
ContainsName(String) | ||
CopyTo(Array, Int32) | (Inherited from ICollection.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetNewID() | ||
GetNewID(String) | ||
GetNewName() | ||
GetNewName(String) | ||
Remove(IModelComponent) | Infrastructure. (Inherited from IModelComponentCollection.) | |
Remove(IModelComponent, Boolean) | Infrastructure. (Inherited from IModelComponentCollection.) |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection.) | |
IsSynchronized | (Inherited from ICollection.) | |
Parent | Infrastructure. (Inherited from IModelComponentCollection.) | |
SyncRoot | (Inherited from ICollection.) |
Top