EntityObject implements the basic functionality for entity types that is required by Object Services. For more information, see Object Services Overview (Entity Framework).
Classes that work with the Entity Data Model must either inherit from EntityObject and ComplexObject or directly implement custom class interfaces. When implementing custom data classes with an Entity Data Model (EDM), we recommend that your data classes that represent entity types inherit from EntityObject. For more information, see Customizing Objects (Entity Framework).