Class EEnumELiteralsCollection
Denotes a collection type for literals of enumerations
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
- Inheritance
-
EEnumELiteralsCollection
- Implements
- Inherited Members
Constructors
EEnumELiteralsCollection(IEEnum)
Creates a new instance
public EEnumELiteralsCollection(IEEnum parent)
Parameters
parent
IEEnumthe parent element
Methods
SetOpposite(IEEnumLiteral, IEEnum)
Sets the opposite value
protected override void SetOpposite(IEEnumLiteral item, IEEnum parent)
Parameters
item
IEEnumLiteralThe item to set the opposite
parent
IEEnum