ODataEnumValue Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ODataEnumValue(String) |
Construtor |
ODataEnumValue(String, String) |
Construtor |
ODataEnumValue(String)
Construtor
public ODataEnumValue (string value);
new Microsoft.OData.ODataEnumValue : string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String)
Parâmetros
- value
- String
O tipo de suporte pode ser "3" ou "Branco" ou "Preto, Amarelo, Ciano".
Aplica-se a
ODataEnumValue(String, String)
Construtor
public ODataEnumValue (string value, string typeName);
new Microsoft.OData.ODataEnumValue : string * string -> Microsoft.OData.ODataEnumValue
Public Sub New (value As String, typeName As String)
Parâmetros
- value
- String
O tipo de suporte pode ser "3" ou "Branco" ou "Preto, Amarelo, Ciano".
- typeName
- String
O nome do tipo no modelo de edm.