Compartilhar via


SerializePropertyNamesAsCamelCaseAttribute.IsDefinedOnType Método

Definição

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)

Origem:
SerializePropertyNamesAsCamelCaseAttribute.cs

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>()

Origem:
SerializePropertyNamesAsCamelCaseAttribute.cs

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