ControllerModel Konstruktory

Definice

Přetížení

ControllerModel(ControllerModel)

Inicializuje novou instanci objektu ControllerModel.

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Inicializuje novou instanci objektu ControllerModel.

ControllerModel(ControllerModel)

Inicializuje novou instanci objektu 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

Druhý model kontroleru.

Platí pro

ControllerModel(TypeInfo, IReadOnlyList<Object>)

Inicializuje novou instanci objektu 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 kontroleru.

attributes
IReadOnlyList<Object>

Atributy.

Platí pro