Provides a collection of all elements that are linked to an element.
The LinkedElementCollection<T> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
LinkedElementCollection<T> | Overloaded. Initializes a new instance of the LinkedElementCollection<T> class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Appends a new role to the end of the collection. |
![]() |
AddRange | Appends a range of elements to the end of the collection. |
![]() |
AsReadOnly | Gets a read-only collection of linked elements. |
![]() |
Clear | Removes all roles from the collection. |
![]() |
Contains | Gets whether a specified role player belongs to the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
CopyTo | Copies all role players to an array. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Exists | Determines whether there is at least one element for which a given condition is true. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
Find | Finds the first element in the collection which matches a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
FindAll | Finds all elements which satisfy a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
FindIndex | Finds the first element which satisfies a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
ForEach | Runs the specified action on all elements in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
GetEnumerator | Gets a strongly-typed enumerator for this collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf | Gets the index of a role player inside the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
Insert | Inserts a role into the collection at a specified index. |
![]() |
InsertRange | Inserts a range of elements into the collection at a specific index. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Move | Overloaded. Moves a role to a new position inside the collection. |
![]() |
Remove | Removes the specified role from the collection. |
![]() |
RemoveAt | Removes the role at a specified index from the collection. |
![]() |
RemoveRange | Removes a range of elements from the collection. |
![]() |
ReplaceAt | Replaces a role at a specified index with a new role. |
![]() |
Sort | Overloaded. Sorts the elements in the collection of element links. |
![]() |
ToArray | Creates an array and copies all role players in the collection into it. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
TrueForAll | Checks if a given condition is true for all elements in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of role players in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
Item | Gets or sets the role at a specified index in a collection of linked elements. |
![]() |
SourceDomainRole | Gets the source role of the relationship that this collection represents. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
SourceElement | Gets the source role player which was inherited by this collection. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
![]() |
TargetDomainRole | Gets the target role of the relationship that this collection represents. (Inherited from ReadOnlyLinkedElementCollection<T>.) |
Top
Explicit Interface Implementations
Top
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)