Interface ITypedElement
The public interface for TypedElement
[DefaultImplementationType(typeof(TypedElement))]
[XmlDefaultImplementationType(typeof(TypedElement))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//TypedElement")]
public interface ITypedElement : INamedElement, IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Type
Redefines the corresponding property from Basic to derive this information from the return result for this Operation. The type of the TypedElement.
[XmlElementName("type")]
[XmlAttribute(true)]
IType Type { get; set; }