Table of Contents

Interface IEAttribute

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

The public interface for EAttribute

[DefaultImplementationType(typeof(EAttribute))]
[XmlDefaultImplementationType(typeof(EAttribute))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EAttribute")]
public interface IEAttribute : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

ID

The iD property

[XmlElementName("iD")]
[XmlAttribute(true)]
bool? ID { get; set; }

Property Value

bool?

Events

IDChanged

Gets fired when the ID property changed its value

event EventHandler<ValueChangedEventArgs> IDChanged

Event Type

EventHandler<ValueChangedEventArgs>

IDChanging

Gets fired before the ID property changes its value

event EventHandler<ValueChangedEventArgs> IDChanging

Event Type

EventHandler<ValueChangedEventArgs>