Class EEnumELiteralsCollection
Inheritance
EEnumELiteralsCollection
Implements
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
public class EEnumELiteralsCollection : ObservableOppositeOrderedSet<IEEnum, IEEnumLiteral>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IEEnumLiteral>, IListExpression<IEEnumLiteral>, ISetExpression<IEEnumLiteral>, ICollectionExpression<IEEnumLiteral>, IEnumerableExpression<IEEnumLiteral>, IOrderedSet<IEEnumLiteral>, IList<IEEnumLiteral>, ISet<IEEnumLiteral>, ICollection<IEEnumLiteral>, IEnumerable<IEEnumLiteral>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
Constructors
| Edit this page View SourceEEnumELiteralsCollection(IEEnum)
Declaration
public EEnumELiteralsCollection(IEEnum parent)
Parameters
Type | Name | Description |
---|---|---|
IEEnum | parent |
Methods
| Edit this page View SourceSetOpposite(IEEnumLiteral, IEEnum)
Declaration
protected override void SetOpposite(IEEnumLiteral item, IEEnum parent)
Parameters
Type | Name | Description |
---|---|---|
IEEnumLiteral | item | |
IEEnum | parent |