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
parentIEEnumthe parent element
Methods
SetOpposite(IEEnumLiteral, IEEnum)
Sets the opposite value
protected override void SetOpposite(IEEnumLiteral item, IEEnum parent)
Parameters
itemIEEnumLiteralThe item to set the opposite
parentIEEnum