EntityModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the metadata model of all types in the space.
public abstract class EntityModel : Microsoft.VisualStudio.ProjectSystem.Query.IEntityModel
type EntityModel = class
interface IEntityModel
Public MustInherit Class EntityModel
Implements IEntityModel
- Inheritance
-
EntityModel
- Derived
- Implements
Constructors
EntityModel() |
Properties
Name | |
Root | |
Types |
Methods
GetEntityType(String) | |
GetEntityType(Type) | |
InitializeTypes(IReadOnlyCollection<IEntityType>) |
Initialize the type list. This is expected to be called by inherited model class during its construction type. |