Table of Contents

Interface IEEnumLiteral

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

The public interface for EEnumLiteral

[DefaultImplementationType(typeof(EEnumLiteral))]
[XmlDefaultImplementationType(typeof(EEnumLiteral))]
public interface IEEnumLiteral : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

EEnum

The eEnum property

IEEnum EEnum { get; set; }

Property Value

IEEnum

Instance

The instance property

object Instance { get; set; }

Property Value

object

Literal

The literal property

string Literal { get; set; }

Property Value

string

Value

The value property

int? Value { get; set; }

Property Value

int?

Events

EEnumChanged

Gets fired when the EEnum property changed its value

event EventHandler<ValueChangedEventArgs> EEnumChanged

Event Type

EventHandler<ValueChangedEventArgs>

EEnumChanging

Gets fired before the EEnum property changes its value

event EventHandler<ValueChangedEventArgs> EEnumChanging

Event Type

EventHandler<ValueChangedEventArgs>

InstanceChanged

Gets fired when the Instance property changed its value

event EventHandler<ValueChangedEventArgs> InstanceChanged

Event Type

EventHandler<ValueChangedEventArgs>

InstanceChanging

Gets fired before the Instance property changes its value

event EventHandler<ValueChangedEventArgs> InstanceChanging

Event Type

EventHandler<ValueChangedEventArgs>

LiteralChanged

Gets fired when the Literal property changed its value

event EventHandler<ValueChangedEventArgs> LiteralChanged

Event Type

EventHandler<ValueChangedEventArgs>

LiteralChanging

Gets fired before the Literal property changes its value

event EventHandler<ValueChangedEventArgs> LiteralChanging

Event Type

EventHandler<ValueChangedEventArgs>

ValueChanged

Gets fired when the Value property changed its value

event EventHandler<ValueChangedEventArgs> ValueChanged

Event Type

EventHandler<ValueChangedEventArgs>

ValueChanging

Gets fired before the Value property changes its value

event EventHandler<ValueChangedEventArgs> ValueChanging

Event Type

EventHandler<ValueChangedEventArgs>