Compartir a través de


IEntityWithId Interface

Definition

Represent an entity object which has an identity.

public interface IEntityWithId : Microsoft.VisualStudio.ProjectSystem.Query.IEntity
type IEntityWithId = interface
    interface IEntity
Public Interface IEntityWithId
Implements IEntity
Derived
Implements

Properties

Id

Gets the identity of the object.

PropertiesAvailableStatus

Gets available properties status of the entity

(Inherited from IEntity)

Applies to