Partager via


EntityModel Class

Definition

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.

Applies to