Interface IEObject
The public interface for EObject
[DefaultImplementationType(typeof(EObject))]
[XmlDefaultImplementationType(typeof(EObject))]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EObject")]
public interface IEObject : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Methods
EAllContents()
void EAllContents()
EClass()
IEClass EClass()
Returns
EContainer()
IEObject EContainer()
Returns
EContainingFeature()
IEStructuralFeature EContainingFeature()
Returns
EContainmentFeature()
IEReference EContainmentFeature()
Returns
EContents()
void EContents()
ECrossReferences()
void ECrossReferences()
EGet(IEStructuralFeature)
object EGet(IEStructuralFeature feature)
Parameters
featureIEStructuralFeature
Returns
EGet(IEStructuralFeature, bool)
object EGet(IEStructuralFeature feature, bool resolve)
Parameters
featureIEStructuralFeatureresolvebool
Returns
EInvoke(IEOperation, object)
object EInvoke(IEOperation operation, object arguments)
Parameters
operationIEOperationargumentsobject
Returns
EIsProxy()
bool EIsProxy()
Returns
EIsSet(IEStructuralFeature)
bool EIsSet(IEStructuralFeature feature)
Parameters
featureIEStructuralFeature
Returns
EResource()
void EResource()
ESet(IEStructuralFeature, object)
void ESet(IEStructuralFeature feature, object newValue)
Parameters
featureIEStructuralFeaturenewValueobject
EUnset(IEStructuralFeature)
void EUnset(IEStructuralFeature feature)
Parameters
featureIEStructuralFeature
Events
EAllContentsCalled
Gets fired after the operation eAllContents got called
event EventHandler<OperationCallEventArgs> EAllContentsCalled
Event Type
EAllContentsCalling
Gets fired before the operation eAllContents gets called
event EventHandler<OperationCallEventArgs> EAllContentsCalling
Event Type
EClassCalled
Gets fired after the operation eClass got called
event EventHandler<OperationCallEventArgs> EClassCalled
Event Type
EClassCalling
Gets fired before the operation eClass gets called
event EventHandler<OperationCallEventArgs> EClassCalling
Event Type
EContainerCalled
Gets fired after the operation eContainer got called
event EventHandler<OperationCallEventArgs> EContainerCalled
Event Type
EContainerCalling
Gets fired before the operation eContainer gets called
event EventHandler<OperationCallEventArgs> EContainerCalling
Event Type
EContainingFeatureCalled
Gets fired after the operation eContainingFeature got called
event EventHandler<OperationCallEventArgs> EContainingFeatureCalled
Event Type
EContainingFeatureCalling
Gets fired before the operation eContainingFeature gets called
event EventHandler<OperationCallEventArgs> EContainingFeatureCalling
Event Type
EContainmentFeatureCalled
Gets fired after the operation eContainmentFeature got called
event EventHandler<OperationCallEventArgs> EContainmentFeatureCalled
Event Type
EContainmentFeatureCalling
Gets fired before the operation eContainmentFeature gets called
event EventHandler<OperationCallEventArgs> EContainmentFeatureCalling
Event Type
EContentsCalled
Gets fired after the operation eContents got called
event EventHandler<OperationCallEventArgs> EContentsCalled
Event Type
EContentsCalling
Gets fired before the operation eContents gets called
event EventHandler<OperationCallEventArgs> EContentsCalling
Event Type
ECrossReferencesCalled
Gets fired after the operation eCrossReferences got called
event EventHandler<OperationCallEventArgs> ECrossReferencesCalled
Event Type
ECrossReferencesCalling
Gets fired before the operation eCrossReferences gets called
event EventHandler<OperationCallEventArgs> ECrossReferencesCalling
Event Type
EGetCalled
Gets fired after the operation eGet got called
event EventHandler<OperationCallEventArgs> EGetCalled
Event Type
EGetCalled_
Gets fired after the operation eGet got called
event EventHandler<OperationCallEventArgs> EGetCalled_
Event Type
EGetCalling
Gets fired before the operation eGet gets called
event EventHandler<OperationCallEventArgs> EGetCalling
Event Type
EGetCalling_
Gets fired before the operation eGet gets called
event EventHandler<OperationCallEventArgs> EGetCalling_
Event Type
EInvokeCalled
Gets fired after the operation eInvoke got called
event EventHandler<OperationCallEventArgs> EInvokeCalled
Event Type
EInvokeCalling
Gets fired before the operation eInvoke gets called
event EventHandler<OperationCallEventArgs> EInvokeCalling
Event Type
EIsProxyCalled
Gets fired after the operation eIsProxy got called
event EventHandler<OperationCallEventArgs> EIsProxyCalled
Event Type
EIsProxyCalling
Gets fired before the operation eIsProxy gets called
event EventHandler<OperationCallEventArgs> EIsProxyCalling
Event Type
EIsSetCalled
Gets fired after the operation eIsSet got called
event EventHandler<OperationCallEventArgs> EIsSetCalled
Event Type
EIsSetCalling
Gets fired before the operation eIsSet gets called
event EventHandler<OperationCallEventArgs> EIsSetCalling
Event Type
EResourceCalled
Gets fired after the operation eResource got called
event EventHandler<OperationCallEventArgs> EResourceCalled
Event Type
EResourceCalling
Gets fired before the operation eResource gets called
event EventHandler<OperationCallEventArgs> EResourceCalling
Event Type
ESetCalled
Gets fired after the operation eSet got called
event EventHandler<OperationCallEventArgs> ESetCalled
Event Type
ESetCalling
Gets fired before the operation eSet gets called
event EventHandler<OperationCallEventArgs> ESetCalling
Event Type
EUnsetCalled
Gets fired after the operation eUnset got called
event EventHandler<OperationCallEventArgs> EUnsetCalled
Event Type
EUnsetCalling
Gets fired before the operation eUnset gets called
event EventHandler<OperationCallEventArgs> EUnsetCalling