Table of Contents

Class PropertyQualifierCollection

Namespace
NMF.Interop.Uml
Assembly
NMF.UMLInterop.dll

Denotes a class to implement the qualifier reference

public class PropertyQualifierCollection : ObservableOppositeOrderedSet<IProperty, IProperty>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IProperty>, IListExpression<IProperty>, ISetExpression<IProperty>, ICollectionExpression<IProperty>, IEnumerableExpression<IProperty>, IOrderedSet<IProperty>, IList<IProperty>, ISet<IProperty>, ICollection<IProperty>, IEnumerable<IProperty>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
PropertyQualifierCollection
Implements
Inherited Members

Constructors

PropertyQualifierCollection(IProperty)

Creates a new instance

public PropertyQualifierCollection(IProperty parent)

Parameters

parent IProperty

the parent Property

Methods

SetOpposite(IProperty, IProperty)

Sets the opposite of the given item

protected override void SetOpposite(IProperty item, IProperty newParent)

Parameters

item IProperty

the item

newParent IProperty

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