ControllerModel Konstruktory

Definicja

Przeciążenia

ControllerModel(ControllerModel)

Inicjuje nowe wystąpienie klasy ControllerModel.

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Inicjuje nowe wystąpienie klasy ControllerModel.

ControllerModel(ControllerModel)

Źródło:
ControllerModel.cs
Źródło:
ControllerModel.cs

Inicjuje nowe wystąpienie klasy ControllerModel.

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

Parametry

other
ControllerModel

Drugi model kontrolera.

Dotyczy

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Źródło:
ControllerModel.cs
Źródło:
ControllerModel.cs

Inicjuje nowe wystąpienie klasy ControllerModel.

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

Parametry

controllerType
TypeInfo

Typ kontrolera.

attributes
IReadOnlyList<Object>

Atrybuty.

Dotyczy