Share via


EntityValueWithId<TEntity,TPropertiesAvailableStatus> Constructors

Definition

Overloads

EntityValueWithId<TEntity,TPropertiesAvailableStatus>(IEntityRuntimeModel)

Initializes a new instance of the EntityValueWithId<TEntity,TPropertiesAvailableStatus> class. Only used to create an instance in the deserialization time.

EntityValueWithId<TEntity,TPropertiesAvailableStatus>(IEntityRuntimeModel, EntityIdentity, TPropertiesAvailableStatus)

Initializes a new instance of the EntityValueWithId<TEntity,TPropertiesAvailableStatus> class.

EntityValueWithId<TEntity,TPropertiesAvailableStatus>(IEntityRuntimeModel)

Initializes a new instance of the EntityValueWithId<TEntity,TPropertiesAvailableStatus> class. Only used to create an instance in the deserialization time.

protected EntityValueWithId (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId<'Entity, 'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId<'Entity, 'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))>
Protected Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

EntityValueWithId<TEntity,TPropertiesAvailableStatus>(IEntityRuntimeModel, EntityIdentity, TPropertiesAvailableStatus)

Initializes a new instance of the EntityValueWithId<TEntity,TPropertiesAvailableStatus> class.

protected EntityValueWithId (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id, TPropertiesAvailableStatus propertiesAvailableStatus);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId<'Entity, 'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * 'PropertiesAvailableStatus -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId<'Entity, 'PropertiesAvailableStatus (requires 'PropertiesAvailableStatus : null and 'PropertiesAvailableStatus :> Microsoft.VisualStudio.ProjectSystem.Query.IPropertiesAvailableStatus and 'PropertiesAvailableStatus : (new : unit -> 'PropertiesAvailableStatus))>
Protected Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity, propertiesAvailableStatus As TPropertiesAvailableStatus)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

The root of the runtime context.

id
EntityIdentity

The identity of the object.

propertiesAvailableStatus
TPropertiesAvailableStatus

Property available state

Applies to