Interface IEClass
The public interface for EClass
Inherited Members
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 SourceAbstract
The abstract property
Declaration
bool? Abstract { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EGenericSuperTypes
The eGenericSuperTypes property
Declaration
IOrderedSetExpression<IEGenericType> EGenericSuperTypes { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEGenericType> |
EOperations
The eOperations property
Declaration
IOrderedSetExpression<IEOperation> EOperations { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEOperation> |
EStructuralFeatures
The eStructuralFeatures property
Declaration
IOrderedSetExpression<IEStructuralFeature> EStructuralFeatures { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEStructuralFeature> |
ESuperTypes
The eSuperTypes property
Declaration
IOrderedSetExpression<IEClass> ESuperTypes { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEClass> |
Interface
The interface property
Declaration
bool? Interface { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Events
| Edit this page View SourceAbstractChanged
Gets fired when the Abstract property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> AbstractChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
AbstractChanging
Gets fired before the Abstract property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> AbstractChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InterfaceChanged
Gets fired when the Interface property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> InterfaceChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InterfaceChanging
Gets fired before the Interface property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> InterfaceChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |