Compartilhar via


ODataPrimitiveValue Classe

Definição

Representa um valor de propriedade primitiva.

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

Construtores

ODataPrimitiveValue(Object)

Cria um novo valor primitivo do valor CLR fornecido.

Propriedades

TypeAnnotation

A anotação para armazenar @odata.type.

(Herdado de ODataAnnotatable)
Value

Obtém o objeto CLR subjacente encapsulado por este ODataPrimitiveValue.

Aplica-se a