IModelMultiRelationship<TRelating, TRelated> Members
Include Protected Members
Include Inherited Members
Used to add multiple relationships.
The IModelMultiRelationship<TRelating, TRelated> type exposes the following members.
Methods
Name
Description
Adds an item to the ICollection<T>. (Inherited from ICollection<TRelated>.)
Adds a relationship entry (based on an element) to the end of the relationship.
Adds an empty relationship entry to the end of the relationship.
Removes all items from the ICollection<T>. (Inherited from ICollection<TRelated>.)
Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<TRelated>.)
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<TRelated>.)
Overloaded.
Gets a list of the related elements. (Inherited from IModelRelationship<TRelating, TRelated>.)
Gets a list of the related relationship entries. (Inherited from IModelRelationship<TRelating, TRelated>.)
Returns a relationship entry at the specified index.
Overloaded.
Inserts an item to the IList<T> at the specified index. (Inherited from IList<TRelated>.)
Inserts a relationship entry (based on an element) at the specified index.
Inserts an empty relationship entry at the specified index.
Removes the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<TRelated>.)
Removes the IList<T> item at the specified index. (Inherited from IList<TRelated>.)
Top
Properties
Name
Description
Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<TRelated>.)
Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<TRelated>.)
Gets or sets the element at the specified index. (Inherited from IList<TRelated>.)
Gets the model reference. (Inherited from IModelEntity.)
Gets the relating element. (Inherited from IModelRelationship<TRelating, TRelated>.)
Gets the metadata class. (Inherited from IModelRelationship<TRelating, TRelated>.)
Top