Table of Contents

Class ReferenceTypeReferencesCollection

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

Denotes a class to implement the References reference

public class ReferenceTypeReferencesCollection : ObservableOppositeList<IReferenceType, IReference>, IReadOnlyList<IReference>, IReadOnlyCollection<IReference>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<IReference>, IList<IReference>, ICollectionExpression<IReference>, IEnumerableExpression<IReference>, IEnumerableExpression, ICollection<IReference>, IEnumerable<IReference>, IEnumerable
Inheritance
ReferenceTypeReferencesCollection
Implements
Inherited Members

Constructors

ReferenceTypeReferencesCollection(IReferenceType)

Creates a new instance

public ReferenceTypeReferencesCollection(IReferenceType parent)

Parameters

parent IReferenceType

the parent ReferenceType

Methods

SetOpposite(IReference, IReferenceType)

Sets the opposite of the given item

protected override void SetOpposite(IReference item, IReferenceType newParent)

Parameters

item IReference

the item

newParent IReferenceType

the new parent or null, if the item is removed from the collection