Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides a collection of all elements that are linked to an element.
The LinkedElementCollection<T> type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the LinkedElementCollection<T> class.
Top
Methods
Name
Description
Appends a new role to the end of the collection.
Appends a range of elements to the end of the collection.
Gets a read-only collection of linked elements.
Removes all roles from the collection.
Gets whether a specified role player belongs to the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Copies all role players to an array. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Determines whether there is at least one element for which a given condition is true. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Finds the first element in the collection which matches a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Finds all elements which satisfy a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Finds the first element which satisfies a given condition. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Runs the specified action on all elements in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Gets a strongly-typed enumerator for this collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets the index of a role player inside the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Inserts a role into the collection at a specified index.
Inserts a range of elements into the collection at a specific index.
Creates a shallow copy of the current Object. (Inherited from Object.)
Overloaded. Moves a role to a new position inside the collection.
Removes the specified role from the collection.
Removes the role at a specified index from the collection.
Removes a range of elements from the collection.
Replaces a role at a specified index with a new role.
Overloaded. Sorts the elements in the collection of element links.
Creates an array and copies all role players in the collection into it. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Returns a string that represents the current object. (Inherited from Object.)
Checks if a given condition is true for all elements in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Top
Properties
Name
Description
Gets the number of role players in the collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Gets or sets the role at a specified index in a collection of linked elements.
Gets the source role of the relationship that this collection represents. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Gets the source role player which was inherited by this collection. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Gets the target role of the relationship that this collection represents. (Inherited from ReadOnlyLinkedElementCollection<T>.)
Top
Explicit Interface Implementations
Name
Description
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
(Inherited from ReadOnlyLinkedElementCollection<T>.)
Top