Interface IEClassifier
The public interface for EClassifier
[DefaultImplementationType(typeof(EClassifier))]
[XmlDefaultImplementationType(typeof(EClassifier))]
public interface IEClassifier : IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
EPackage
The ePackage property
IEPackage EPackage { get; set; }
Property Value
ETypeParameters
The eTypeParameters property
IOrderedSetExpression<IETypeParameter> ETypeParameters { get; }
Property Value
InstanceClassName
The instanceClassName property
string InstanceClassName { get; set; }
Property Value
InstanceTypeName
The instanceTypeName property
string InstanceTypeName { get; set; }
Property Value
Events
EPackageChanged
Gets fired when the EPackage property changed its value
event EventHandler<ValueChangedEventArgs> EPackageChanged
Event Type
EPackageChanging
Gets fired before the EPackage property changes its value
event EventHandler<ValueChangedEventArgs> EPackageChanging
Event Type
InstanceClassNameChanged
Gets fired when the InstanceClassName property changed its value
event EventHandler<ValueChangedEventArgs> InstanceClassNameChanged
Event Type
InstanceClassNameChanging
Gets fired before the InstanceClassName property changes its value
event EventHandler<ValueChangedEventArgs> InstanceClassNameChanging
Event Type
InstanceTypeNameChanged
Gets fired when the InstanceTypeName property changed its value
event EventHandler<ValueChangedEventArgs> InstanceTypeNameChanged
Event Type
InstanceTypeNameChanging
Gets fired before the InstanceTypeName property changes its value
event EventHandler<ValueChangedEventArgs> InstanceTypeNameChanging