Interface IEReference
The public interface for EReference
[DefaultImplementationType(typeof(EReference))]
[XmlDefaultImplementationType(typeof(EReference))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EReference")]
public interface IEReference : IEStructuralFeature, IETypedElement, IENamedElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Containment
The containment property
[XmlElementName("containment")]
[XmlAttribute(true)]
bool? Containment { get; set; }
Property Value
- bool?
EKeys
The eKeys property
[XmlElementName("eKeys")]
[XmlAttribute(true)]
IOrderedSetExpression<IEAttribute> EKeys { get; }
Property Value
EOpposite
The eOpposite property
[XmlElementName("eOpposite")]
[XmlAttribute(true)]
IEReference EOpposite { get; set; }
Property Value
ResolveProxies
The resolveProxies property
[XmlElementName("resolveProxies")]
[XmlAttribute(true)]
bool? ResolveProxies { get; set; }
Property Value
- bool?
Events
ContainmentChanged
Gets fired when the Containment property changed its value
event EventHandler<ValueChangedEventArgs> ContainmentChanged
Event Type
ContainmentChanging
Gets fired before the Containment property changes its value
event EventHandler<ValueChangedEventArgs> ContainmentChanging
Event Type
EOppositeChanged
Gets fired when the EOpposite property changed its value
event EventHandler<ValueChangedEventArgs> EOppositeChanged
Event Type
EOppositeChanging
Gets fired before the EOpposite property changes its value
event EventHandler<ValueChangedEventArgs> EOppositeChanging
Event Type
ResolveProxiesChanged
Gets fired when the ResolveProxies property changed its value
event EventHandler<ValueChangedEventArgs> ResolveProxiesChanged
Event Type
ResolveProxiesChanging
Gets fired before the ResolveProxies property changes its value
event EventHandler<ValueChangedEventArgs> ResolveProxiesChanging