Interface IExtension
The public interface for Extension
[DefaultImplementationType(typeof(Extension))]
[XmlDefaultImplementationType(typeof(Extension))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Extension")]
public interface IExtension : IReferenceType, IStructuredType, IType, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
AdornedClass
The AdornedClass property
[XmlAttribute(true)]
IClass AdornedClass { get; set; }
Property Value
Events
AdornedClassChanged
Gets fired when the AdornedClass property changed its value
event EventHandler<ValueChangedEventArgs> AdornedClassChanged
Event Type
AdornedClassChanging
Gets fired before the AdornedClass property changes its value
event EventHandler<ValueChangedEventArgs> AdornedClassChanging