Show / Hide Table of Contents

Interface IETypedElement

The public interface for ETypedElement

Inherited Members
IENamedElement.Name
IENamedElement.NameChanging
IENamedElement.NameChanged
IEModelElement.EAnnotations
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(ETypedElement))]
[XmlDefaultImplementationType(typeof(ETypedElement))]
public interface IETypedElement : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

EGenericType

The eGenericType property

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

EType

The eType property

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

LowerBound

The lowerBound property

Declaration
int? LowerBound { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

Ordered

The ordered property

Declaration
bool? Ordered { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

Unique

The unique property

Declaration
bool? Unique { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

UpperBound

The upperBound property

Declaration
int? UpperBound { get; set; }
Property Value
Type Description
int?

Events

| Edit this page View Source

EGenericTypeChanged

Gets fired when the EGenericType property changed its value

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

EGenericTypeChanging

Gets fired before the EGenericType property changes its value

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

ETypeChanged

Gets fired when the EType property changed its value

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

ETypeChanging

Gets fired before the EType property changes its value

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

LowerBoundChanged

Gets fired when the LowerBound property changed its value

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

LowerBoundChanging

Gets fired before the LowerBound property changes its value

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

OrderedChanged

Gets fired when the Ordered property changed its value

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

OrderedChanging

Gets fired before the Ordered property changes its value

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

UniqueChanged

Gets fired when the Unique property changed its value

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

UniqueChanging

Gets fired before the Unique property changes its value

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

UpperBoundChanged

Gets fired when the UpperBound property changed its value

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

UpperBoundChanging

Gets fired before the UpperBound property changes its value

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