Compartir a través de


IEntityWithId<TEntity> Interface

Definition

Represent an entity object which has an identity.

public interface IEntityWithId<TEntity> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityWithId
type IEntityWithId<'Entity> = interface
    interface IEntityWithId
    interface IEntity
Public Interface IEntityWithId(Of TEntity)
Implements IEntityWithId

Type Parameters

TEntity
Derived
Implements

Properties

Id

Gets the identity of the object.

(Inherited from IEntityWithId)
PropertiesAvailableStatus

Gets available properties status of the entity

(Inherited from IEntity)

Methods

AsQueryable()

Creates a queryable returning this entity object.

Applies to