Freigeben über


ActionModel Konstruktoren

Definition

Überlädt

ActionModel(ActionModel)

Kopieren Sie den Konstruktor für ActionModel.

ActionModel(MethodInfo, IReadOnlyList<Object>)

Initialisiert eine neue Instanz von ActionModel.

ActionModel(ActionModel)

Quelle:
ActionModel.cs
Quelle:
ActionModel.cs
Quelle:
ActionModel.cs

Kopieren Sie den Konstruktor für ActionModel.

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

Parameter

other
ActionModel

Das ActionModel, das kopiert werden soll.

Gilt für:

ActionModel(MethodInfo, IReadOnlyList<Object>)

Quelle:
ActionModel.cs
Quelle:
ActionModel.cs
Quelle:
ActionModel.cs

Initialisiert eine neue Instanz von ActionModel.

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

Parameter

actionMethod
MethodInfo

Die Aktion MethodInfo.

attributes
IReadOnlyList<Object>

Die Attribute, die der Aktion zugeordnet sind.

Gilt für: