Partilhar via


ParameterModelBase Construtores

Definição

Sobrecargas

ParameterModelBase(ParameterModelBase)

Construtor de cópia.

ParameterModelBase(Type, IReadOnlyList<Object>)

Inicializa uma nova instância de um ParameterModelBase.

ParameterModelBase(ParameterModelBase)

Origem:
ParameterModelBase.cs
Origem:
ParameterModelBase.cs
Origem:
ParameterModelBase.cs

Construtor de cópia.

protected:
 ParameterModelBase(Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase ^ other);
protected ParameterModelBase (Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase -> Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase
Protected Sub New (other As ParameterModelBase)

Parâmetros

other
ParameterModelBase

A outra instância a ser copiada

Aplica-se a

ParameterModelBase(Type, IReadOnlyList<Object>)

Origem:
ParameterModelBase.cs
Origem:
ParameterModelBase.cs
Origem:
ParameterModelBase.cs

Inicializa uma nova instância de um ParameterModelBase.

protected:
 ParameterModelBase(Type ^ parameterType, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
protected ParameterModelBase (Type parameterType, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase : Type * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase
Protected Sub New (parameterType As Type, attributes As IReadOnlyList(Of Object))

Parâmetros

parameterType
Type

O tipo.

attributes
IReadOnlyList<Object>

Os atributos.

Aplica-se a