共用方式為


PropertyModel 建構函式

定義

多載

PropertyModel(PropertyModel)

從指定的 PropertyModel 建立 的新實例 PropertyModel

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

建立 PropertyModel 的新執行個體。

PropertyModel(PropertyModel)

來源:
PropertyModel.cs
來源:
PropertyModel.cs
來源:
PropertyModel.cs

從指定的 PropertyModel 建立 的新實例 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)

參數

other
PropertyModel

PropertyModel需要複製的 。

適用於

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

來源:
PropertyModel.cs
來源:
PropertyModel.cs
來源:
PropertyModel.cs

建立 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))

參數

propertyInfo
PropertyInfo

PropertyInfo基礎屬性的 。

attributes
IReadOnlyList<Object>

屬性上標注的任何屬性。

適用於