Class EObject
The default implementation of the EObject class
[XmlNamespace("http://www.eclipse.org/emf/2002/Ecore")]
[XmlNamespacePrefix("ecore")]
[ModelRepresentationClass("http://www.eclipse.org/emf/2002/Ecore#//EObject/")]
public class EObject : ModelElement, IEObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inheritance
-
EObject
- Implements
- Inherited Members
Properties
ClassInstance
Gets the Class model for this type
public static IClass ClassInstance { get; }
Property Value
Methods
GetClass()
Gets the Class for this model element
public override IClass GetClass()