Table of Contents

Interface IEGenericType

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

The public interface for EGenericType

[DefaultImplementationType(typeof(EGenericType))]
[XmlDefaultImplementationType(typeof(EGenericType))]
public interface IEGenericType : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

EClassifier

The eClassifier property

IEClassifier EClassifier { get; set; }

Property Value

IEClassifier

ELowerBound

The eLowerBound property

IEGenericType ELowerBound { get; set; }

Property Value

IEGenericType

ETypeArguments

The eTypeArguments property

IOrderedSetExpression<IEGenericType> ETypeArguments { get; }

Property Value

IOrderedSetExpression<IEGenericType>

ETypeParameter

The eTypeParameter property

IETypeParameter ETypeParameter { get; set; }

Property Value

IETypeParameter

EUpperBound

The eUpperBound property

IEGenericType EUpperBound { get; set; }

Property Value

IEGenericType

Events

EClassifierChanged

Gets fired when the EClassifier property changed its value

event EventHandler<ValueChangedEventArgs> EClassifierChanged

Event Type

EventHandler<ValueChangedEventArgs>

EClassifierChanging

Gets fired before the EClassifier property changes its value

event EventHandler<ValueChangedEventArgs> EClassifierChanging

Event Type

EventHandler<ValueChangedEventArgs>

ELowerBoundChanged

Gets fired when the ELowerBound property changed its value

event EventHandler<ValueChangedEventArgs> ELowerBoundChanged

Event Type

EventHandler<ValueChangedEventArgs>

ELowerBoundChanging

Gets fired before the ELowerBound property changes its value

event EventHandler<ValueChangedEventArgs> ELowerBoundChanging

Event Type

EventHandler<ValueChangedEventArgs>

ETypeParameterChanged

Gets fired when the ETypeParameter property changed its value

event EventHandler<ValueChangedEventArgs> ETypeParameterChanged

Event Type

EventHandler<ValueChangedEventArgs>

ETypeParameterChanging

Gets fired before the ETypeParameter property changes its value

event EventHandler<ValueChangedEventArgs> ETypeParameterChanging

Event Type

EventHandler<ValueChangedEventArgs>

EUpperBoundChanged

Gets fired when the EUpperBound property changed its value

event EventHandler<ValueChangedEventArgs> EUpperBoundChanged

Event Type

EventHandler<ValueChangedEventArgs>

EUpperBoundChanging

Gets fired before the EUpperBound property changes its value

event EventHandler<ValueChangedEventArgs> EUpperBoundChanging

Event Type

EventHandler<ValueChangedEventArgs>