Condividi tramite


IEntityValueProperty<TValue> Interface

Definition

The metadata of a value property inside an entity type.

public interface IEntityValueProperty<TValue> : Microsoft.VisualStudio.ProjectSystem.Query.IEntityValueProperty
type IEntityValueProperty<'Value> = interface
    interface IEntityValueProperty
    interface IEntityProperty
Public Interface IEntityValueProperty(Of TValue)
Implements IEntityValueProperty

Type Parameters

TValue
Derived
Implements

Properties

Index

The index of the property in the entity type.

(Inherited from IEntityProperty)
PropertyName

Gets the name of the property

(Inherited from IEntityProperty)
ValueType

The value type

(Inherited from IEntityValueProperty)

Methods

GetValue(IEntity)

Gets the value of the property from an entity object

Applies to