Class ExpansionRegionInputElementCollection
Denotes a class to implement the inputElement reference
public class ExpansionRegionInputElementCollection : ObservableOppositeSet<IExpansionRegion, IExpansionNode>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, ISetExpression<IExpansionNode>, ISet<IExpansionNode>, ICollectionExpression<IExpansionNode>, IEnumerableExpression<IExpansionNode>, IEnumerableExpression, ICollection<IExpansionNode>, IEnumerable<IExpansionNode>, IEnumerable
- Inheritance
-
ExpansionRegionInputElementCollection
- Implements
- Inherited Members
Constructors
ExpansionRegionInputElementCollection(IExpansionRegion)
Creates a new instance
public ExpansionRegionInputElementCollection(IExpansionRegion parent)
Parameters
parentIExpansionRegionthe parent ExpansionRegion
Methods
SetOpposite(IExpansionNode, IExpansionRegion)
Sets the opposite of the given item
protected override void SetOpposite(IExpansionNode item, IExpansionRegion newParent)
Parameters
itemIExpansionNodethe item
newParentIExpansionRegionthe new parent or null, if the item is removed from the collection