Show / Hide Table of Contents

Interface IEEnumLiteral

The public interface for EEnumLiteral

Inherited Members
IENamedElement.Name
IENamedElement.NameChanging
IENamedElement.NameChanged
IEModelElement.EAnnotations
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(EEnumLiteral))]
[XmlDefaultImplementationType(typeof(EEnumLiteral))]
public interface IEEnumLiteral : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

EEnum

The eEnum property

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

Instance

The instance property

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

Literal

The literal property

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

Value

The value property

Declaration
int? Value { get; set; }
Property Value
Type Description
int?

Events

| Edit this page View Source

EEnumChanged

Gets fired when the EEnum property changed its value

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

EEnumChanging

Gets fired before the EEnum property changes its value

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

InstanceChanged

Gets fired when the Instance property changed its value

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

InstanceChanging

Gets fired before the Instance property changes its value

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

LiteralChanged

Gets fired when the Literal property changed its value

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

LiteralChanging

Gets fired before the Literal property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> LiteralChanging
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