Partager via


PropertyModel Constructeurs

Définition

Surcharges

PropertyModel(PropertyModel)

Crée un instance de à partir d’un PropertyModel donnéPropertyModel.

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Crée une instance de PropertyModel.

PropertyModel(PropertyModel)

Source:
PropertyModel.cs
Source:
PropertyModel.cs
Source:
PropertyModel.cs

Crée un instance de à partir d’un PropertyModel donnéPropertyModel.

public:
 PropertyModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PropertyModel ^ other);
public PropertyModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel
Public Sub New (other As PropertyModel)

Paramètres

other
PropertyModel

PropertyModel qui doit être copié.

S’applique à

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Source:
PropertyModel.cs
Source:
PropertyModel.cs
Source:
PropertyModel.cs

Crée une instance de PropertyModel.

public:
 PropertyModel(System::Reflection::PropertyInfo ^ propertyInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PropertyModel (System.Reflection.PropertyInfo propertyInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel : System.Reflection.PropertyInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel
Public Sub New (propertyInfo As PropertyInfo, attributes As IReadOnlyList(Of Object))

Paramètres

propertyInfo
PropertyInfo

PropertyInfo pour la propriété sous-jacente.

attributes
IReadOnlyList<Object>

Tous les attributs qui sont annotés sur la propriété .

S’applique à