Table of Contents

Interface ITypedElement

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

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

IType

Events

TypeChanged

Gets fired when the Type property changed its value

event EventHandler<ValueChangedEventArgs> TypeChanged

Event Type

EventHandler<ValueChangedEventArgs>

TypeChanging

Gets fired before the Type property changes its value

event EventHandler<ValueChangedEventArgs> TypeChanging

Event Type

EventHandler<ValueChangedEventArgs>