Class UseCaseExtendCollection
Denotes a class to implement the extend reference
public class UseCaseExtendCollection : ObservableOppositeOrderedSet<IUseCase, IExtend>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IExtend>, IListExpression<IExtend>, ISetExpression<IExtend>, ICollectionExpression<IExtend>, IEnumerableExpression<IExtend>, IOrderedSet<IExtend>, IList<IExtend>, ISet<IExtend>, ICollection<IExtend>, IEnumerable<IExtend>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
UseCaseExtendCollection
- Implements
- Inherited Members
Constructors
UseCaseExtendCollection(IUseCase)
Creates a new instance
public UseCaseExtendCollection(IUseCase parent)
Parameters
parent
IUseCasethe parent UseCase
Methods
SetOpposite(IExtend, IUseCase)
Sets the opposite of the given item
protected override void SetOpposite(IExtend item, IUseCase newParent)