Interface IENamedElement
The public interface for ENamedElement
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(ENamedElement))]
[XmlDefaultImplementationType(typeof(ENamedElement))]
public interface IENamedElement : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceName
The name property
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceNameChanged
Gets fired when the Name property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> NameChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NameChanging
Gets fired before the Name property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> NameChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |