Table of Contents

Class AssociationMemberEndCollection

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

Denotes a class to implement the memberEnd reference

public class AssociationMemberEndCollection : ObservableOppositeList<IAssociation, IProperty>, IReadOnlyList<IProperty>, IReadOnlyCollection<IProperty>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<IProperty>, IList<IProperty>, ICollectionExpression<IProperty>, IEnumerableExpression<IProperty>, IEnumerableExpression, ICollection<IProperty>, IEnumerable<IProperty>, IEnumerable
Inheritance
AssociationMemberEndCollection
Implements
Inherited Members

Constructors

AssociationMemberEndCollection(IAssociation)

Creates a new instance

public AssociationMemberEndCollection(IAssociation parent)

Parameters

parent IAssociation

the parent Association

Methods

SetOpposite(IProperty, IAssociation)

Sets the opposite of the given item

protected override void SetOpposite(IProperty item, IAssociation newParent)

Parameters

item IProperty

the item

newParent IAssociation

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