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
parent
IExpansionRegionthe parent ExpansionRegion
Methods
SetOpposite(IExpansionNode, IExpansionRegion)
Sets the opposite of the given item
protected override void SetOpposite(IExpansionNode item, IExpansionRegion newParent)
Parameters
item
IExpansionNodethe item
newParent
IExpansionRegionthe new parent or null, if the item is removed from the collection