Condividi tramite


PropertyModel Costruttori

Definizione

Overload

PropertyModel(PropertyModel)

Crea una nuova istanza di PropertyModel da un determinato PropertyModeloggetto .

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Crea una nuova istanza di PropertyModel.

PropertyModel(PropertyModel)

Origine:
PropertyModel.cs
Origine:
PropertyModel.cs
Origine:
PropertyModel.cs

Crea una nuova istanza di PropertyModel da un determinato PropertyModeloggetto .

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)

Parametri

other
PropertyModel

Oggetto PropertyModel che deve essere copiato.

Si applica a

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Origine:
PropertyModel.cs
Origine:
PropertyModel.cs
Origine:
PropertyModel.cs

Crea una nuova istanza di 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))

Parametri

propertyInfo
PropertyInfo

Oggetto PropertyInfo per la proprietà sottostante.

attributes
IReadOnlyList<Object>

Tutti gli attributi annotati nella proprietà.

Si applica a