IEntityWithId<TEntity> Interface  
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.
Represent an entity object which has an identity.
public interface IEntityWithId<TEntity> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityWithIdtype IEntityWithId<'Entity> = interface
    interface IEntityWithId
    interface IEntityPublic Interface IEntityWithId(Of TEntity)
Implements IEntityWithIdType 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. |