Compartir a través de


ODataPrimitiveValue Clase

Definición

Representa un valor de propiedad primitivo.

public sealed class ODataPrimitiveValue : Microsoft.OData.ODataValue
type ODataPrimitiveValue = class
    inherit ODataValue
Public NotInheritable Class ODataPrimitiveValue
Inherits ODataValue
Herencia

Constructores

ODataPrimitiveValue(Object)

Crea un nuevo valor primitivo a partir del valor CLR especificado.

Propiedades

TypeAnnotation

Anotación para almacenar @odata.type.

(Heredado de ODataAnnotatable)
Value

Obtiene el objeto CLR subyacente encapsulado por este ODataPrimitiveValueobjeto .

Se aplica a