Freigeben über


ApiExplorerModel Konstruktoren

Definition

Überlädt

ApiExplorerModel()

Erstellt einen neuen ApiExplorerModel.

ApiExplorerModel(ApiExplorerModel)

Erstellt eine neue ApiExplorerModel mit aus kopierten otherEigenschaften.

ApiExplorerModel()

Quelle:
ApiExplorerModel.cs
Quelle:
ApiExplorerModel.cs

Erstellt einen neuen ApiExplorerModel.

public:
 ApiExplorerModel();
public ApiExplorerModel ();
Public Sub New ()

Gilt für:

ApiExplorerModel(ApiExplorerModel)

Quelle:
ApiExplorerModel.cs
Quelle:
ApiExplorerModel.cs

Erstellt eine neue ApiExplorerModel mit aus kopierten otherEigenschaften.

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

Parameter

other
ApiExplorerModel

Das ApiExplorerModel, das kopiert werden soll.

Gilt für: