Class UseCaseSubjectCollection
Denotes a class to implement the subject reference
public class UseCaseSubjectCollection : ObservableOppositeSet<IUseCase, IClassifier>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IClassifier>, ISet<IClassifier>, ICollectionExpression<IClassifier>, IEnumerableExpression<IClassifier>, IEnumerableExpression, ICollection<IClassifier>, IEnumerable<IClassifier>, IEnumerable
- Inheritance
-
UseCaseSubjectCollection
- Implements
- Inherited Members
Constructors
UseCaseSubjectCollection(IUseCase)
Creates a new instance
public UseCaseSubjectCollection(IUseCase parent)
Parameters
parentIUseCasethe parent UseCase
Methods
SetOpposite(IClassifier, IUseCase)
Sets the opposite of the given item
protected override void SetOpposite(IClassifier item, IUseCase newParent)
Parameters
itemIClassifierthe item
newParentIUseCasethe new parent or null, if the item is removed from the collection