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