EntityType<TDefinitionType,TImplementationType> 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.
[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
- 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) |