Interface IEClassifier
The public interface for EClassifier
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EClassifier))]
[XmlDefaultImplementationType(typeof(EClassifier))]
public interface IEClassifier : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceEPackage
The ePackage property
Declaration
IEPackage EPackage { get; set; }
Property Value
Type | Description |
---|---|
IEPackage |
ETypeParameters
The eTypeParameters property
Declaration
IOrderedSetExpression<IETypeParameter> ETypeParameters { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IETypeParameter> |
InstanceClassName
The instanceClassName property
Declaration
string InstanceClassName { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceTypeName
The instanceTypeName property
Declaration
string InstanceTypeName { get; set; }
Property Value
Type | Description |
---|---|
string |
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> |
InstanceClassNameChanged
Gets fired when the InstanceClassName property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceClassNameChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InstanceClassNameChanging
Gets fired before the InstanceClassName property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceClassNameChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InstanceTypeNameChanged
Gets fired when the InstanceTypeName property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeNameChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
InstanceTypeNameChanging
Gets fired before the InstanceTypeName property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> InstanceTypeNameChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |