EntityValueWithId<TEntity,TPropertiesAvailableStatus> Constructors
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.
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.
The identity of the object.
- propertiesAvailableStatus
- TPropertiesAvailableStatus
Property available state