Table of Contents

Interface IEAttribute

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

The public interface for EAttribute

[DefaultImplementationType(typeof(EAttribute))]
[XmlDefaultImplementationType(typeof(EAttribute))]
public interface IEAttribute : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

ID

The iD property

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>