Interface IEGenericType
The public interface for EGenericType
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EGenericType))]
[XmlDefaultImplementationType(typeof(EGenericType))]
public interface IEGenericType : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEClassifier
The eClassifier property
Declaration
IEClassifier EClassifier { get; set; }
Property Value
Type | Description |
---|---|
IEClassifier |
ELowerBound
The eLowerBound property
Declaration
IEGenericType ELowerBound { get; set; }
Property Value
Type | Description |
---|---|
IEGenericType |
ETypeArguments
The eTypeArguments property
Declaration
IOrderedSetExpression<IEGenericType> ETypeArguments { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEGenericType> |
ETypeParameter
The eTypeParameter property
Declaration
IETypeParameter ETypeParameter { get; set; }
Property Value
Type | Description |
---|---|
IETypeParameter |
EUpperBound
The eUpperBound property
Declaration
IEGenericType EUpperBound { get; set; }
Property Value
Type | Description |
---|---|
IEGenericType |
Events
| Edit this page View SourceEClassifierChanged
Gets fired when the EClassifier property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EClassifierChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EClassifierChanging
Gets fired before the EClassifier property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EClassifierChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ELowerBoundChanged
Gets fired when the ELowerBound property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ELowerBoundChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ELowerBoundChanging
Gets fired before the ELowerBound property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ELowerBoundChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ETypeParameterChanged
Gets fired when the ETypeParameter property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ETypeParameterChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ETypeParameterChanging
Gets fired before the ETypeParameter property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ETypeParameterChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EUpperBoundChanged
Gets fired when the EUpperBound property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EUpperBoundChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EUpperBoundChanging
Gets fired before the EUpperBound property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EUpperBoundChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |