Show / Hide Table of Contents

Interface IEStringToStringMapEntry

The public interface for EStringToStringMapEntry

Inherited Members
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
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 Source

Key

The key property

Declaration
string Key { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Value

The value property

Declaration
string Value { get; set; }
Property Value
Type Description
string

Events

| Edit this page View Source

KeyChanged

Gets fired when the Key property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> KeyChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

KeyChanging

Gets fired before the Key property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> KeyChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

ValueChanged

Gets fired when the Value property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

ValueChanging

Gets fired before the Value property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> ValueChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX