Partager via


SerializePropertyNamesAsCamelCaseAttribute.IsDefinedOnType Méthode

Définition

Surcharges

IsDefinedOnType(Type)

Indique si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute.

IsDefinedOnType<T>()

Indique si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute.

IsDefinedOnType(Type)

Source:
SerializePropertyNamesAsCamelCaseAttribute.cs

Indique si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute.

public static bool IsDefinedOnType (Type modelType);
static member IsDefinedOnType : Type -> bool
Public Shared Function IsDefinedOnType (modelType As Type) As Boolean

Paramètres

modelType
Type

Type à tester.

Retours

true si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute, false sinon.

S’applique à

IsDefinedOnType<T>()

Source:
SerializePropertyNamesAsCamelCaseAttribute.cs

Indique si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute.

public static bool IsDefinedOnType<T> ();
static member IsDefinedOnType : unit -> bool
Public Shared Function IsDefinedOnType(Of T) () As Boolean

Paramètres de type

T

Type à tester.

Retours

true si le type donné est annoté avec SerializePropertyNamesAsCamelCaseAttribute, false sinon.

S’applique à