Freigeben über


PagePropertyModel Konstruktoren

Definition

Überlädt

PagePropertyModel(PagePropertyModel)

Erstellt eine neue instance von PagePropertyModel aus einem angegebenen PagePropertyModel.

PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)

Erstellt eine neue Instanz von PagePropertyModel.

PagePropertyModel(PagePropertyModel)

Quelle:
PagePropertyModel.cs
Quelle:
PagePropertyModel.cs
Quelle:
PagePropertyModel.cs

Erstellt eine neue instance von PagePropertyModel aus einem angegebenen PagePropertyModel.

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

Parameter

other
PagePropertyModel

Die PagePropertyModel , die kopiert werden muss.

Gilt für:

PagePropertyModel(PropertyInfo, IReadOnlyList<Object>)

Quelle:
PagePropertyModel.cs
Quelle:
PagePropertyModel.cs
Quelle:
PagePropertyModel.cs

Erstellt eine neue Instanz von PagePropertyModel.

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

Parameter

propertyInfo
PropertyInfo

Der PropertyInfo für die zugrunde liegende Eigenschaft.

attributes
IReadOnlyList<Object>

Alle Attribute, die für die -Eigenschaft mit Anmerkungen versehen sind.

Gilt für: