Compartir a través de


EntityType<TDefinitionType,TImplementationType> Class

Definition

[System.Runtime.CompilerServices.Nullable(0)]
public abstract class EntityType<TDefinitionType,TImplementationType> : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityType
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityType<'DefinitionType, 'ImplementationType> = class
    inherit EntityType
Public MustInherit Class EntityType(Of TDefinitionType, TImplementationType)
Inherits EntityType

Type Parameters

TDefinitionType
TImplementationType
Inheritance
EntityType<TDefinitionType,TImplementationType>
Derived
Attributes

Constructors

EntityType<TDefinitionType,TImplementationType>(IEntityModel, String, Boolean, IEntityType)

Initializes a new instance of the EntityType<TDefinitionType,TImplementationType> class.

Properties

BaseType (Inherited from EntityType)
DefinitionType
EmptyPropertiesFilter (Inherited from EntityType)
HasId (Inherited from EntityType)
ImplementationType
Model (Inherited from EntityType)
Name (Inherited from EntityType)
Properties (Inherited from EntityType)
QueryDefaultProperties (Inherited from EntityType)

Methods

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

Initialize the properties collection.

(Inherited from EntityType)
TryGetProperty(String, IEntityProperty) (Inherited from EntityType)

Applies to