Class BehavioralFeatureMethodCollection
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
parentIBehavioralFeaturethe parent BehavioralFeature
Methods
SetOpposite(IBehavior, IBehavioralFeature)
Sets the opposite of the given item
protected override void SetOpposite(IBehavior item, IBehavioralFeature newParent)
Parameters
itemIBehaviorthe item
newParentIBehavioralFeaturethe new parent or null, if the item is removed from the collection