Interface IEReference
The public interface for EReference
Inherited Members
Namespace: NMF.Interop.Ecore
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(EReference))]
[XmlDefaultImplementationType(typeof(EReference))]
public interface IEReference : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceContainment
The containment property
Declaration
bool? Containment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EKeys
The eKeys property
Declaration
IOrderedSetExpression<IEAttribute> EKeys { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEAttribute> |
EOpposite
The eOpposite property
Declaration
IEReference EOpposite { get; set; }
Property Value
Type | Description |
---|---|
IEReference |
ResolveProxies
The resolveProxies property
Declaration
bool? ResolveProxies { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Events
| Edit this page View SourceContainmentChanged
Gets fired when the Containment property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ContainmentChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ContainmentChanging
Gets fired before the Containment property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ContainmentChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EOppositeChanged
Gets fired when the EOpposite property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> EOppositeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
EOppositeChanging
Gets fired before the EOpposite property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> EOppositeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ResolveProxiesChanged
Gets fired when the ResolveProxies property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ResolveProxiesChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ResolveProxiesChanging
Gets fired before the ResolveProxies property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ResolveProxiesChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |