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