Compartir a través de


EntityType Class

Definition

Metadata of a type in the model.

[System.Diagnostics.DebuggerDisplay("{Name} Type")]
[System.Runtime.CompilerServices.Nullable(0)]
public abstract class EntityType : Microsoft.VisualStudio.ProjectSystem.Query.IEntityType
[<System.Diagnostics.DebuggerDisplay("{Name} Type")>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityType = class
    interface IEntityType
Public MustInherit Class EntityType
Implements IEntityType
Inheritance
EntityType
Derived
Attributes
Implements

Constructors

EntityType(IEntityModel, String, Boolean, IEntityType)

Initializes a new instance of the EntityType class.

Properties

BaseType
DefinitionType
EmptyPropertiesFilter
HasId
ImplementationType
Model
Name
Properties
QueryDefaultProperties

Methods

CreateEntityValue(IEntityRuntimeModel, EntityIdentity, IPropertiesAvailableStatus)
CreateEntityValue(IEntityRuntimeModel)
CreatePropertiesFilter()
GetExecutable(AsyncQueryable, ImmutableQueue<ExecutableStep>, Boolean)
GetProperty(String)
GetRelationshipProperty(String)
InitializeProperties(IReadOnlyCollection<IEntityProperty>)

Initialize the properties collection.

TryGetProperty(String, IEntityProperty)

Applies to