Interface IEStructuralFeature
The public interface for EStructuralFeature
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EStructuralFeature))]
[XmlDefaultImplementationType(typeof(EStructuralFeature))]
public interface IEStructuralFeature : IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceChangeable
The changeable property
Declaration
bool? Changeable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DefaultValueLiteral
The defaultValueLiteral property
Declaration
string DefaultValueLiteral { get; set; }
Property Value
Type | Description |
---|---|
string |
Derived
The derived property
Declaration
bool? Derived { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EContainingClass
The eContainingClass property
Declaration
IEClass EContainingClass { get; set; }
Property Value
Type | Description |
---|---|
IEClass |
Transient
The transient property
Declaration
bool? Transient { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Unsettable
The unsettable property
Declaration
bool? Unsettable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Volatile
The volatile property
Declaration
bool? Volatile { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Events
| Edit this page View SourceChangeableChanged
Gets fired when the Changeable property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ChangeableChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ChangeableChanging
Gets fired before the Changeable property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ChangeableChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DefaultValueLiteralChanged
Gets fired when the DefaultValueLiteral property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DefaultValueLiteralChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DefaultValueLiteralChanging
Gets fired before the DefaultValueLiteral property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DefaultValueLiteralChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DerivedChanged
Gets fired when the Derived property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DerivedChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DerivedChanging
Gets fired before the Derived property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DerivedChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EContainingClassChanged
Gets fired when the EContainingClass property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EContainingClassChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EContainingClassChanging
Gets fired before the EContainingClass property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EContainingClassChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TransientChanged
Gets fired when the Transient property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> TransientChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TransientChanging
Gets fired before the Transient property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> TransientChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
UnsettableChanged
Gets fired when the Unsettable property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> UnsettableChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
UnsettableChanging
Gets fired before the Unsettable property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> UnsettableChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
VolatileChanged
Gets fired when the Volatile property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> VolatileChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
VolatileChanging
Gets fired before the Volatile property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> VolatileChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |