Элементы AttributeRelationshipCollection
Contains a collection of AttributeRelationship objects. This class cannot be inherited.
Тип AttributeRelationshipCollection предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
Add(String) | Creates and adds the AttributeRelationship, which is defined by attributeID, to the end of the collection. | |
Add(AttributeRelationship) | Adds the specified AttributeRelationship to the end of the collection. | |
Add(ModelComponent) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
Add(String, IModelComponent) | (Наследуется из ModelComponentCollection.) | |
Add(ModelComponent, Boolean) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
Add(String, IModelComponent, Boolean) | (Наследуется из ModelComponentCollection.) | |
AddNew(String, Type) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
AddNew(String, String, Type) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
CanAdd | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
ChangeKey | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
Clear | Removes all elements from the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
Contains(String) | Indicates whether the collection contains the AttributeRelationship, identified by attributeId | |
Contains(AttributeRelationship) | Indicates whether the collection contains the specified AttributeRelationship. | |
Contains(IModelComponent) | (Наследуется из ModelComponentCollection.) | |
ContainsName | Indicates whether the collection contains a AttributeRelationship with the specified name | |
CopyTo | Copies the entire ModelComponentCollection to a one-dimensional Array, starting at the specified index of the target array. (Наследуется из ModelComponentCollection.) | |
EnsureLoaded | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
Find | Gets the AttributeRelationship, with the specified attributeId, from the collection. | |
GetEnumerator | Returns an enumerator that can iterate through the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
GetHashCode | (Наследуется из Object.) | |
GetItem | Gets a reference to the specified component. (Наследуется из ModelComponentCollection.) | |
GetNewName | Assists in creating new consecutive numbered names that start with namePrefix. | |
GetType | (Наследуется из Object.) | |
IndexOf(String) | Gets the index of a AttributeRelationship, identified by attributeId, in the collection. | |
IndexOf(AttributeRelationship) | Gets the index of a specified AttributeRelationship in the collection. | |
IndexOf(IModelComponent) | (Наследуется из ModelComponentCollection.) | |
IndexOfName | Gets the index of a AttributeRelationship, identified by name, in the collection. | |
Insert(Int32, AttributeRelationship) | Inserts the specified AttributeRelationship into the collection at the location specified by index. | |
Insert(Int32, String) | Creates and inserts the specified AttributeRelationship into the collection at the specified index. | |
Insert(Int32, ModelComponent) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32) | (Наследуется из ModelComponentCollection.) | |
Insert(IModelComponent, String, Int32, Boolean) | (Наследуется из ModelComponentCollection.) | |
IsValidName(String) | Verifies that the specified name is a valid name for an AttributeRelationship. | |
IsValidName(String, String%) | Verifies that the specified name is a valid name for an AttributeRelationship and returns the error message if it the name is not valid. | |
MemberwiseClone | (Наследуется из Object.) | |
Move(Int32, Int32) | Moves a specified AttributeRelationship from one position to another position in the collection. | |
Move(String, Int32) | Moves the specified AttributeRelationship into the collection at the specified index position. | |
Move(AttributeRelationship, Int32) | Moves a specified AttributeRelationship to a new index position in the collection. | |
Remove(String) | Removes an AttributeRelationship, identified by attributeId, from the collection. | |
Remove(AttributeRelationship) | Removes the specified AttributeRelationship from the collection. | |
Remove | (Наследуется из ModelComponentCollection.) | |
Remove(String, Boolean) | Инфраструктура. | |
Remove(AttributeRelationship, Boolean) | Инфраструктура. | |
RemoveAt(Int32) | Removes the IModelComponent at the specified index from the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
RemoveAt(Int32, Boolean) | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
DemandLoadingService | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. (Наследуется из ModelComponentCollection.) | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. (Наследуется из ModelComponentCollection.) | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). (Наследуется из ModelComponentCollection.) | |
Item[ ( [ ( Int32] ) ] ) | Gets the specified AttributeRelationship object from the collection at the index. | |
Item[ ( [ ( String] ) ] ) | Gets the specified AttributeRelationship object from the collection. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. (Наследуется из ModelComponentCollection.) | |
Preloadable | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. (Наследуется из ModelComponentCollection.) |
В начало
События
Имя | Описание | |
---|---|---|
CollectionChanged | Инфраструктура. (Наследуется из ModelComponentCollection.) | |
CollectionChanging | Инфраструктура. (Наследуется из ModelComponentCollection.) |
В начало
Явные реализации интерфейса
В начало
См. также