Interface IEPackage
The public interface for EPackage
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EPackage))]
[XmlDefaultImplementationType(typeof(EPackage))]
public interface IEPackage : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEClassifiers
The eClassifiers property
Declaration
IOrderedSetExpression<IEClassifier> EClassifiers { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEClassifier> |
EFactoryInstance
The eFactoryInstance property
Declaration
IEFactory EFactoryInstance { get; set; }
Property Value
Type | Description |
---|---|
IEFactory |
ESubpackages
The eSubpackages property
Declaration
IOrderedSetExpression<IEPackage> ESubpackages { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEPackage> |
ESuperPackage
The eSuperPackage property
Declaration
IEPackage ESuperPackage { get; set; }
Property Value
Type | Description |
---|---|
IEPackage |
NsPrefix
The nsPrefix property
Declaration
string NsPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
NsURI
The nsURI property
Declaration
string NsURI { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceEFactoryInstanceChanged
Gets fired when the EFactoryInstance property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EFactoryInstanceChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EFactoryInstanceChanging
Gets fired before the EFactoryInstance property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EFactoryInstanceChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ESuperPackageChanged
Gets fired when the ESuperPackage property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ESuperPackageChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ESuperPackageChanging
Gets fired before the ESuperPackage property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ESuperPackageChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NsPrefixChanged
Gets fired when the NsPrefix property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> NsPrefixChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NsPrefixChanging
Gets fired before the NsPrefix property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> NsPrefixChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NsURIChanged
Gets fired when the NsURI property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> NsURIChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NsURIChanging
Gets fired before the NsURI property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> NsURIChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |