Table of Contents

Class BehavioralFeatureMethodCollection

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

Denotes a class to implement the method reference

public class BehavioralFeatureMethodCollection : ObservableOppositeSet<IBehavioralFeature, IBehavior>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IBehavior>, ISet<IBehavior>, ICollectionExpression<IBehavior>, IEnumerableExpression<IBehavior>, IEnumerableExpression, ICollection<IBehavior>, IEnumerable<IBehavior>, IEnumerable
Inheritance
BehavioralFeatureMethodCollection
Implements
Inherited Members

Constructors

BehavioralFeatureMethodCollection(IBehavioralFeature)

Creates a new instance

public BehavioralFeatureMethodCollection(IBehavioralFeature parent)

Parameters

parent IBehavioralFeature

the parent BehavioralFeature

Methods

SetOpposite(IBehavior, IBehavioralFeature)

Sets the opposite of the given item

protected override void SetOpposite(IBehavior item, IBehavioralFeature newParent)

Parameters

item IBehavior

the item

newParent IBehavioralFeature

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