Udostępnij za pośrednictwem


EntityValueWithId Constructors

Definition

Overloads

EntityValueWithId(IEntityRuntimeModel)

Initializes a new instance of the EntityValueWithId class. Only used to create an instance in the deserialization time.

EntityValueWithId(IEntityRuntimeModel, EntityIdentity)

Initializes a new instance of the EntityValueWithId class.

EntityValueWithId(IEntityRuntimeModel)

Initializes a new instance of the EntityValueWithId 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 : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId
Protected Sub New (entityRuntime As IEntityRuntimeModel)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

Applies to

EntityValueWithId(IEntityRuntimeModel, EntityIdentity)

Initializes a new instance of the EntityValueWithId class.

protected EntityValueWithId (Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel entityRuntime, Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity id);
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId : Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel * Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityValueWithId
Protected Sub New (entityRuntime As IEntityRuntimeModel, id As EntityIdentity)

Parameters

entityRuntime
Microsoft.VisualStudio.ProjectSystem.Query.IEntityRuntimeModel

The root of the runtime context.

id
EntityIdentity

The identity of the object.

Applies to