Show / Hide Table of Contents

Interface IEClass

The public interface for EClass

Inherited Members
IEClassifier.InstanceClassName
IEClassifier.InstanceTypeName
IEClassifier.EPackage
IEClassifier.ETypeParameters
IEClassifier.InstanceClassNameChanging
IEClassifier.InstanceClassNameChanged
IEClassifier.InstanceTypeNameChanging
IEClassifier.InstanceTypeNameChanged
IEClassifier.EPackageChanging
IEClassifier.EPackageChanged
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(EClass))]
[XmlDefaultImplementationType(typeof(EClass))]
public interface IEClass : IEClassifier, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

Abstract

The abstract property

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

EGenericSuperTypes

The eGenericSuperTypes property

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

EOperations

The eOperations property

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

EStructuralFeatures

The eStructuralFeatures property

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

ESuperTypes

The eSuperTypes property

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

Interface

The interface property

Declaration
bool? Interface { get; set; }
Property Value
Type Description
bool?

Events

| Edit this page View Source

AbstractChanged

Gets fired when the Abstract property changed its value

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

AbstractChanging

Gets fired before the Abstract property changes its value

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

InterfaceChanged

Gets fired when the Interface property changed its value

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

InterfaceChanging

Gets fired before the Interface property changes its value

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