Interface IEAttribute
The public interface for EAttribute
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EAttribute))]
[XmlDefaultImplementationType(typeof(EAttribute))]
public interface IEAttribute : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceID
The iD property
Declaration
bool? ID { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Events
| Edit this page View SourceIDChanged
Gets fired when the ID property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IDChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IDChanging
Gets fired before the ID property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IDChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |