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; }
Property Value
Events
TypeChanged
Gets fired when the Type property changed its value
event EventHandler<ValueChangedEventArgs> TypeChanged
Event Type
TypeChanging
Gets fired before the Type property changes its value
event EventHandler<ValueChangedEventArgs> TypeChanging