Class DataTypeOwnedAttributeCollection
Denotes a class to implement the ownedAttribute reference
public class DataTypeOwnedAttributeCollection : ObservableOppositeOrderedSet<IDataType, IProperty>, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, IOrderedSetExpression<IProperty>, IListExpression<IProperty>, ISetExpression<IProperty>, ICollectionExpression<IProperty>, IEnumerableExpression<IProperty>, IOrderedSet<IProperty>, IList<IProperty>, ISet<IProperty>, ICollection<IProperty>, IEnumerable<IProperty>, ICollectionExpression, IEnumerableExpression, IList, ICollection, IEnumerable
- Inheritance
-
DataTypeOwnedAttributeCollection
- Implements
- Inherited Members
Constructors
DataTypeOwnedAttributeCollection(IDataType)
Creates a new instance
public DataTypeOwnedAttributeCollection(IDataType parent)
Parameters
parent
IDataTypethe parent DataType
Methods
SetOpposite(IProperty, IDataType)
Sets the opposite of the given item
protected override void SetOpposite(IProperty item, IDataType newParent)