Interface IEStringToStringMapEntry
The public interface for EStringToStringMapEntry
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EStringToStringMapEntry))]
[XmlDefaultImplementationType(typeof(EStringToStringMapEntry))]
public interface IEStringToStringMapEntry : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceKey
The key property
Declaration
string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value property
Declaration
string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceKeyChanged
Gets fired when the Key property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> KeyChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
KeyChanging
Gets fired before the Key property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> KeyChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ValueChanged
Gets fired when the Value property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ValueChanging
Gets fired before the Value property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ValueChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |