Udostępnij za pośrednictwem


ModelAttributes.GetAttributesForProperty Metoda

Definicja

Przeciążenia

GetAttributesForProperty(Type, PropertyInfo)

Pobiera atrybuty dla danego property.

GetAttributesForProperty(Type, PropertyInfo, Type)

Pobiera atrybuty dla danego property elementu z określonym modelTypeparametrem .

GetAttributesForProperty(Type, PropertyInfo)

Źródło:
ModelAttributes.cs
Źródło:
ModelAttributes.cs
Źródło:
ModelAttributes.cs

Pobiera atrybuty dla danego 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

Parametry

type
Type

Element wywołujący Type , w którym znaleziono propertyelement wywołujący .

property
PropertyInfo

Element PropertyInfo , dla którego atrybuty należy rozwiązać.

Zwraca

Wystąpienie ModelAttributes z atrybutami właściwości i jej Type.

Dotyczy

GetAttributesForProperty(Type, PropertyInfo, Type)

Źródło:
ModelAttributes.cs
Źródło:
ModelAttributes.cs

Pobiera atrybuty dla danego property elementu z określonym modelTypeparametrem .

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

Parametry

containerType
Type

Element wywołujący Type , w którym znaleziono propertyelement wywołujący .

property
PropertyInfo

Element PropertyInfo , dla którego atrybuty należy rozwiązać.

modelType
Type

Typ modelu

Zwraca

Wystąpienie ModelAttributes z atrybutami właściwości i jej Type.

Dotyczy