Table of Contents

Interface IETypedElement

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

The public interface for ETypedElement

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

Properties

EGenericType

The eGenericType property

IEGenericType EGenericType { get; set; }

Property Value

IEGenericType

EType

The eType property

IEClassifier EType { get; set; }

Property Value

IEClassifier

LowerBound

The lowerBound property

int? LowerBound { get; set; }

Property Value

int?

Ordered

The ordered property

bool? Ordered { get; set; }

Property Value

bool?

Unique

The unique property

bool? Unique { get; set; }

Property Value

bool?

UpperBound

The upperBound property

int? UpperBound { get; set; }

Property Value

int?

Events

EGenericTypeChanged

Gets fired when the EGenericType property changed its value

event EventHandler<ValueChangedEventArgs> EGenericTypeChanged

Event Type

EventHandler<ValueChangedEventArgs>

EGenericTypeChanging

Gets fired before the EGenericType property changes its value

event EventHandler<ValueChangedEventArgs> EGenericTypeChanging

Event Type

EventHandler<ValueChangedEventArgs>

ETypeChanged

Gets fired when the EType property changed its value

event EventHandler<ValueChangedEventArgs> ETypeChanged

Event Type

EventHandler<ValueChangedEventArgs>

ETypeChanging

Gets fired before the EType property changes its value

event EventHandler<ValueChangedEventArgs> ETypeChanging

Event Type

EventHandler<ValueChangedEventArgs>

LowerBoundChanged

Gets fired when the LowerBound property changed its value

event EventHandler<ValueChangedEventArgs> LowerBoundChanged

Event Type

EventHandler<ValueChangedEventArgs>

LowerBoundChanging

Gets fired before the LowerBound property changes its value

event EventHandler<ValueChangedEventArgs> LowerBoundChanging

Event Type

EventHandler<ValueChangedEventArgs>

OrderedChanged

Gets fired when the Ordered property changed its value

event EventHandler<ValueChangedEventArgs> OrderedChanged

Event Type

EventHandler<ValueChangedEventArgs>

OrderedChanging

Gets fired before the Ordered property changes its value

event EventHandler<ValueChangedEventArgs> OrderedChanging

Event Type

EventHandler<ValueChangedEventArgs>

UniqueChanged

Gets fired when the Unique property changed its value

event EventHandler<ValueChangedEventArgs> UniqueChanged

Event Type

EventHandler<ValueChangedEventArgs>

UniqueChanging

Gets fired before the Unique property changes its value

event EventHandler<ValueChangedEventArgs> UniqueChanging

Event Type

EventHandler<ValueChangedEventArgs>

UpperBoundChanged

Gets fired when the UpperBound property changed its value

event EventHandler<ValueChangedEventArgs> UpperBoundChanged

Event Type

EventHandler<ValueChangedEventArgs>

UpperBoundChanging

Gets fired before the UpperBound property changes its value

event EventHandler<ValueChangedEventArgs> UpperBoundChanging

Event Type

EventHandler<ValueChangedEventArgs>