Class EnumerationLiteralsCollection
Inheritance
EnumerationLiteralsCollection
Implements
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
public class EnumerationLiteralsCollection : ObservableOppositeList<IEnumeration, ILiteral>, IReadOnlyList<ILiteral>, IReadOnlyCollection<ILiteral>, IList, ICollection, INotifyCollectionChanging, INotifyPropertyChanged, INotifyCollectionChanged, IListExpression<ILiteral>, IList<ILiteral>, ICollectionExpression<ILiteral>, IEnumerableExpression<ILiteral>, IEnumerableExpression, ICollection<ILiteral>, IEnumerable<ILiteral>, IEnumerable
Constructors
| Edit this page View SourceEnumerationLiteralsCollection(IEnumeration)
Declaration
public EnumerationLiteralsCollection(IEnumeration parent)
Parameters
Type | Name | Description |
---|---|---|
IEnumeration | parent |
Methods
| Edit this page View SourceSetOpposite(ILiteral, IEnumeration)
Declaration
protected override void SetOpposite(ILiteral item, IEnumeration parent)
Parameters
Type | Name | Description |
---|---|---|
ILiteral | item | |
IEnumeration | parent |