ReadOnlyLinkedElementCollection<T> Members
Include Protected Members
Include Inherited Members
Represents a strongly-typed read-only collection of element instances on the opposite side of a relationship.
The ReadOnlyLinkedElementCollection<T> type exposes the following members.
Constructors
Name
Description
ReadOnlyLinkedElementCollection<T>
Initializes a new instance of the ReadOnlyLinkedElementCollection class.
Top
Methods
Name
Description
Gets whether a specified role player belongs to the collection.
Copies all role players to an array.
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.
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.
Finds all elements which satisfy a given condition.
Finds the first element which satisfies a given condition.
Runs the specified action on all elements in the collection.
Gets a strongly-typed enumerator for this collection.
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.
Creates a shallow copy of the current Object. (Inherited from Object.)
Creates an array and copies all role players in the collection into it.
Returns a string that represents the current object. (Inherited from Object.)
Checks if a given condition is true for all elements in the collection.
Top
Properties
Name
Description
Gets the number of role players in the collection.
Gets or sets the role player at a specified index inside the collection.
Gets the source role of the relationship that this collection represents.
Gets the source role player which was inherited by this collection.
Gets the target role of the relationship that this collection represents.
Top
Explicit Interface Implementations
Name
Description
Top