Show / Hide Table of Contents

Interface IEGenericType

The public interface for EGenericType

Inherited Members
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(EGenericType))]
[XmlDefaultImplementationType(typeof(EGenericType))]
public interface IEGenericType : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

EClassifier

The eClassifier property

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

ELowerBound

The eLowerBound property

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

ETypeArguments

The eTypeArguments property

Declaration
IOrderedSetExpression<IEGenericType> ETypeArguments { get; }
Property Value
Type Description
IOrderedSetExpression<IEGenericType>
| Edit this page View Source

ETypeParameter

The eTypeParameter property

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

EUpperBound

The eUpperBound property

Declaration
IEGenericType EUpperBound { get; set; }
Property Value
Type Description
IEGenericType

Events

| Edit this page View Source

EClassifierChanged

Gets fired when the EClassifier property changed its value

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

EClassifierChanging

Gets fired before the EClassifier property changes its value

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

ELowerBoundChanged

Gets fired when the ELowerBound property changed its value

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

ELowerBoundChanging

Gets fired before the ELowerBound property changes its value

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

ETypeParameterChanged

Gets fired when the ETypeParameter property changed its value

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

ETypeParameterChanging

Gets fired before the ETypeParameter property changes its value

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

EUpperBoundChanged

Gets fired when the EUpperBound property changed its value

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

EUpperBoundChanging

Gets fired before the EUpperBound property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> EUpperBoundChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX