Table of Contents

Interface IEFactory

Namespace
NMF.Interop.Ecore
Assembly
NMF.EcoreInterop.dll

The public interface for EFactory

[DefaultImplementationType(typeof(EFactory))]
[XmlDefaultImplementationType(typeof(EFactory))]
public interface IEFactory : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

EPackage

The ePackage property

IEPackage EPackage { get; set; }

Property Value

IEPackage

Events

EPackageChanged

Gets fired when the EPackage property changed its value

event EventHandler<ValueChangedEventArgs> EPackageChanged

Event Type

EventHandler<ValueChangedEventArgs>

EPackageChanging

Gets fired before the EPackage property changes its value

event EventHandler<ValueChangedEventArgs> EPackageChanging

Event Type

EventHandler<ValueChangedEventArgs>