Interface IEStringToStringMapEntry
The public interface for EStringToStringMapEntry
[DefaultImplementationType(typeof(EStringToStringMapEntry))]
[XmlDefaultImplementationType(typeof(EStringToStringMapEntry))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry")]
public interface IEStringToStringMapEntry : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Key
The key property
[XmlElementName("key")]
[XmlAttribute(true)]
string Key { get; set; }
Property Value
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }
Property Value
Events
KeyChanged
Gets fired when the Key property changed its value
event EventHandler<ValueChangedEventArgs> KeyChanged
Event Type
KeyChanging
Gets fired before the Key property changes its value
event EventHandler<ValueChangedEventArgs> KeyChanging
Event Type
ValueChanged
Gets fired when the Value property changed its value
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
ValueChanging
Gets fired before the Value property changes its value
event EventHandler<ValueChangedEventArgs> ValueChanging