PageParameterModel Construtores

Definição

Sobrecargas

PageParameterModel(PageParameterModel)

Construtor de cópia.

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

Inicializa uma nova instância de um PageParameterModel.

PageParameterModel(PageParameterModel)

Origem:
PageParameterModel.cs
Origem:
PageParameterModel.cs
Origem:
PageParameterModel.cs

Construtor de cópia.

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

Parâmetros

other
PageParameterModel

O modelo a ser copiado.

Aplica-se a

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

Origem:
PageParameterModel.cs
Origem:
PageParameterModel.cs
Origem:
PageParameterModel.cs

Inicializa uma nova instância de um PageParameterModel.

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

Parâmetros

parameterInfo
ParameterInfo

As informações do parâmetro.

attributes
IReadOnlyList<Object>

Os atributos.

Aplica-se a