Table of Contents

Class ActivityVariableCollection

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

Denotes a class to implement the variable reference

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

Constructors

ActivityVariableCollection(IActivity)

Creates a new instance

public ActivityVariableCollection(IActivity parent)

Parameters

parent IActivity

the parent Activity

Methods

SetOpposite(IVariable, IActivity)

Sets the opposite of the given item

protected override void SetOpposite(IVariable item, IActivity newParent)

Parameters

item IVariable

the item

newParent IActivity

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