SerializePropertyNamesAsCamelCaseAttribute.IsDefinedOnType Método
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
IsDefinedOnType(Type) |
Indica se o tipo fornecido está anotado com SerializePropertyNamesAsCamelCaseAttribute. |
IsDefinedOnType<T>() |
Indica se o tipo fornecido está anotado com SerializePropertyNamesAsCamelCaseAttribute. |
IsDefinedOnType(Type)
Indica se o tipo fornecido está anotado com SerializePropertyNamesAsCamelCaseAttribute.
public static bool IsDefinedOnType (Type modelType);
static member IsDefinedOnType : Type -> bool
Public Shared Function IsDefinedOnType (modelType As Type) As Boolean
Parâmetros
- modelType
- Type
Tipo a ser testado.
Retornos
true se o tipo fornecido for anotado com SerializePropertyNamesAsCamelCaseAttribute, caso contrário, false.
Aplica-se a
IsDefinedOnType<T>()
Indica se o tipo fornecido está anotado com SerializePropertyNamesAsCamelCaseAttribute.
public static bool IsDefinedOnType<T> ();
static member IsDefinedOnType : unit -> bool
Public Shared Function IsDefinedOnType(Of T) () As Boolean
Parâmetros de tipo
- T
Tipo a ser testado.
Retornos
true se o tipo fornecido for anotado com SerializePropertyNamesAsCamelCaseAttribute, caso contrário, false.
Aplica-se a
Azure SDK for .NET