Interface IENamedElement
The public interface for ENamedElement
[DefaultImplementationType(typeof(ENamedElement))]
[XmlDefaultImplementationType(typeof(ENamedElement))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//ENamedElement")]
public interface IENamedElement : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Name
The name property
[XmlElementName("name")]
[Id]
[XmlAttribute(true)]
string Name { get; set; }
Property Value
Events
NameChanged
Gets fired when the Name property changed its value
event EventHandler<ValueChangedEventArgs> NameChanged
Event Type
NameChanging
Gets fired before the Name property changes its value
event EventHandler<ValueChangedEventArgs> NameChanging