ModelMetadataIdentity.ForProperty Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ForProperty(PropertyInfo, Type, Type) |
Sağlanan özellik için bir ModelMetadataIdentity oluşturur. |
ForProperty(Type, String, Type) |
Geçersiz.
Geçersiz.
Sağlanan özellik için bir ModelMetadataIdentity oluşturur. |
ForProperty(PropertyInfo, Type, Type)
- Kaynak:
- ModelMetadataIdentity.cs
Sağlanan özellik için bir ModelMetadataIdentity oluşturur.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::ModelMetadataIdentity ForProperty(System::Reflection::PropertyInfo ^ propertyInfo, Type ^ modelType, Type ^ containerType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity ForProperty (System.Reflection.PropertyInfo propertyInfo, Type modelType, Type containerType);
static member ForProperty : System.Reflection.PropertyInfo * Type * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity
Public Shared Function ForProperty (propertyInfo As PropertyInfo, modelType As Type, containerType As Type) As ModelMetadataIdentity
Parametreler
- propertyInfo
- PropertyInfo
Özellik.
- modelType
- Type
Model türü.
- containerType
- Type
Model özelliğinin kapsayıcı türü.
Döndürülenler
Şunlara uygulanır
ForProperty(Type, String, Type)
- Kaynak:
- ModelMetadataIdentity.cs
- Kaynak:
- ModelMetadataIdentity.cs
- Kaynak:
- ModelMetadataIdentity.cs
Dikkat
This API is obsolete and may be removed in a future release.
Dikkat
This API is obsolete and may be removed in a future release. Please use the overload that takes a PropertyInfo object.
Sağlanan özellik için bir ModelMetadataIdentity oluşturur.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::ModelMetadataIdentity ForProperty(Type ^ modelType, System::String ^ name, Type ^ containerType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity ForProperty (Type modelType, string name, Type containerType);
[System.Obsolete("This API is obsolete and may be removed in a future release.")]
public static Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity ForProperty (Type modelType, string name, Type containerType);
[System.Obsolete("This API is obsolete and may be removed in a future release. Please use the overload that takes a PropertyInfo object.")]
public static Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity ForProperty (Type modelType, string name, Type containerType);
static member ForProperty : Type * string * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity
[<System.Obsolete("This API is obsolete and may be removed in a future release.")>]
static member ForProperty : Type * string * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity
[<System.Obsolete("This API is obsolete and may be removed in a future release. Please use the overload that takes a PropertyInfo object.")>]
static member ForProperty : Type * string * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelMetadataIdentity
Public Shared Function ForProperty (modelType As Type, name As String, containerType As Type) As ModelMetadataIdentity
Parametreler
- modelType
- Type
Model türü.
- name
- String
Özelliğin adı.
- containerType
- Type
Model özelliğinin kapsayıcı türü.
Döndürülenler
- Öznitelikler