EntityValueProperty<TEntity,TEntityValue,TValue> Class
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.
Represents a value property in the type metadata.
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityValueProperty<TEntity,TEntityValue,TValue> : Microsoft.VisualStudio.ProjectSystem.Query.Framework.EntityProperty, Microsoft.VisualStudio.ProjectSystem.Query.IEntityValueProperty<TValue> where TEntity : IEntity where TEntityValue : IEntityValue
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityValueProperty<'Entity, 'EntityValue, 'Value (requires 'Entity :> IEntity and 'EntityValue :> IEntityValue)> = class
inherit EntityProperty
interface IEntityValueProperty<'Value>
interface IEntityValueProperty
interface IEntityProperty
Public Class EntityValueProperty(Of TEntity, TEntityValue, TValue)
Inherits EntityProperty
Implements IEntityValueProperty(Of TValue)
Type Parameters
- TEntity
The entity type holds this property.
- TEntityValue
The implementation of the entity type holds this property.
- TValue
The value type of the property.
- Inheritance
- Derived
- Attributes
- Implements
Constructors
Properties
Index | (Inherited from EntityProperty) |
PropertyName | (Inherited from EntityProperty) |
ValueType |
Methods
GetValue(IEntity) |
Explicit Interface Implementations
IEntityValueProperty.GetValue(IEntity) |