Interface IDataType
The public interface for DataType
[DefaultImplementationType(typeof(DataType))]
[XmlDefaultImplementationType(typeof(DataType))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//DataType")]
public interface IDataType : IClassifier, IType, IPackageableElement, IRedefinableElement, INamespace, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
OwnedAttribute
The Attributes owned by the DataType.
[Browsable(false)]
[XmlElementName("ownedAttribute")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("datatype")]
IOrderedSetExpression<IProperty> OwnedAttribute { get; }
Property Value
OwnedOperation
The Operations owned by the DataType.
[Browsable(false)]
[XmlElementName("ownedOperation")]
[XmlAttribute(false)]
[Containment]
[XmlOpposite("datatype")]
IOrderedSetExpression<IOperation> OwnedOperation { get; }