Aracılığıyla paylaş


ModelMetadataIdentity.ForProperty Yöntem

Tanım

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

Bir ModelMetadataIdentity.

Ş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

Bir ModelMetadataIdentity.

Öznitelikler

Şunlara uygulanır