Interface ITypedElement
The public interface for TypedElement
[DefaultImplementationType(typeof(TypedElement))]
[XmlDefaultImplementationType(typeof(TypedElement))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//TypedElement")]
public interface ITypedElement : INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Type
This information is derived from the return result for this Operation. The type of the TypedElement.
[XmlElementName("type")]
[XmlAttribute(true)]
IType Type { get; set; }