Compartilhar via


ModelAttributes.GetAttributesForProperty Método

Definição

Sobrecargas

GetAttributesForProperty(Type, PropertyInfo)

Obtém os atributos para o determinado property.

GetAttributesForProperty(Type, PropertyInfo, Type)

Obtém os atributos para o fornecido property com o especificado modelType.

GetAttributesForProperty(Type, PropertyInfo)

Origem:
ModelAttributes.cs
Origem:
ModelAttributes.cs
Origem:
ModelAttributes.cs

Obtém os atributos para o determinado property.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ type, System::Reflection::PropertyInfo ^ property);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type type, System.Reflection.PropertyInfo property);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (type As Type, property As PropertyInfo) As ModelAttributes

Parâmetros

type
Type

O Type no qual o chamador encontrou property.

property
PropertyInfo

Um PropertyInfo para o qual os atributos precisam ser resolvidos.

Retornos

Uma ModelAttributes instância com os atributos da propriedade e seu Type.

Aplica-se a

GetAttributesForProperty(Type, PropertyInfo, Type)

Origem:
ModelAttributes.cs
Origem:
ModelAttributes.cs

Obtém os atributos para o fornecido property com o especificado modelType.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ containerType, System::Reflection::PropertyInfo ^ property, Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type containerType, System.Reflection.PropertyInfo property, Type modelType);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (containerType As Type, property As PropertyInfo, modelType As Type) As ModelAttributes

Parâmetros

containerType
Type

O Type no qual o chamador encontrou property.

property
PropertyInfo

Um PropertyInfo para o qual os atributos precisam ser resolvidos.

modelType
Type

O tipo de modelo

Retornos

Uma ModelAttributes instância com os atributos da propriedade e seu Type.

Aplica-se a