Compartir a través de


ODataEnumValue Clase

Definición

Valor de enumeración de OData

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

Constructores

ODataEnumValue(String)

Constructor

ODataEnumValue(String, String)

Constructor

Propiedades

TypeAnnotation

Anotación para almacenar @odata.type.

(Heredado de ODataAnnotatable)
TypeName

Obtenga el nombre de tipo en el modelo edm.

Value

Obtener el valor de tipo de respaldo, puede ser "3" o "Blanco" o "Negro,Amarillo,Cian".

Se aplica a