INamedComponentCollection Methods
Include Protected Members
Include Inherited Members
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The INamedComponentCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Contains(String) | Indicates whether the collection contains the AttributeRelationship, identified by attributeId. |
![]() |
Contains(IModelComponent) | Infrastructure. Indicates whether the collection contains a specified IModelComponent. (Inherited from IModelComponentCollection.) |
![]() |
ContainsName | Indicates whether the collection contains a AttributeRelationship with the specified name. |
![]() |
CopyTo | (Inherited from ICollection.) |
![]() |
GetEnumerator | (Inherited from IEnumerable.) |
![]() |
GetNewID() | Generates a new Unique ID from the component. |
![]() |
GetNewID(String) | Generates a new Unique ID from the component. |
![]() |
GetNewName() | Assists in creating new consecutive numbered names that start with namePrefix. |
![]() |
GetNewName(String) | Assists in creating new consecutive numbered names that start with namePrefix. |
![]() |
Remove(IModelComponent) | Infrastructure. Removes an IModelComponent from the collection. (Inherited from IModelComponentCollection.) |
![]() |
Remove(IModelComponent, Boolean) | Infrastructure. Removes an IModelComponent from the collection. (Inherited from IModelComponentCollection.) |
Top