Class ClassOwnedOperationCollection
Denotes a class to implement the ownedOperation reference
public class ClassOwnedOperationCollection : ObservableOppositeOrderedSet<IClass, IOperation>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IOperation>, IListExpression<IOperation>, ISetExpression<IOperation>, ICollectionExpression<IOperation>, IEnumerableExpression<IOperation>, IOrderedSet<IOperation>, IList<IOperation>, ISet<IOperation>, ICollection<IOperation>, IEnumerable<IOperation>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
ClassOwnedOperationCollection
- Implements
- Inherited Members
Constructors
ClassOwnedOperationCollection(IClass)
Creates a new instance
public ClassOwnedOperationCollection(IClass parent)
Parameters
parent
IClassthe parent Class
Methods
SetOpposite(IOperation, IClass)
Sets the opposite of the given item
protected override void SetOpposite(IOperation item, IClass newParent)
Parameters
item
IOperationthe item
newParent
IClassthe new parent or null, if the item is removed from the collection