Interface IEFactory
The public interface for EFactory
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EFactory))]
[XmlDefaultImplementationType(typeof(EFactory))]
public interface IEFactory : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEPackage
The ePackage property
Declaration
IEPackage EPackage { get; set; }
Property Value
Type | Description |
---|---|
IEPackage |
Events
| Edit this page View SourceEPackageChanged
Gets fired when the EPackage property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EPackageChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EPackageChanging
Gets fired before the EPackage property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EPackageChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |