Table of Contents

Class EPackageESubpackagesCollection

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

Denotes a collection type for subpackages pf packages

public class EPackageESubpackagesCollection : ObservableOppositeOrderedSet<IEPackage, IEPackage>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEPackage>, IListExpression<IEPackage>, ISetExpression<IEPackage>, ICollectionExpression<IEPackage>, IEnumerableExpression<IEPackage>, IOrderedSet<IEPackage>, IList<IEPackage>, ISet<IEPackage>, ICollection<IEPackage>, IEnumerable<IEPackage>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Inheritance
EPackageESubpackagesCollection
Implements
Inherited Members

Constructors

EPackageESubpackagesCollection(IEPackage)

Creates a new instance

public EPackageESubpackagesCollection(IEPackage parent)

Parameters

parent IEPackage

the parent element

Methods

SetOpposite(IEPackage, IEPackage)

Sets the opposite value

protected override void SetOpposite(IEPackage item, IEPackage parent)

Parameters

item IEPackage

The item to set the opposite

parent IEPackage