CommandLineGeneratorModel Konstruktory

Definice

Přetížení

CommandLineGeneratorModel()

Zdroj:
CommandLineGeneratorModel.cs
Zdroj:
CommandLineGeneratorModel.cs
public:
 CommandLineGeneratorModel();
public CommandLineGeneratorModel();
Public Sub New ()

Platí pro

CommandLineGeneratorModel(CommandLineGeneratorModel)

Zdroj:
CommandLineGeneratorModel.cs
Zdroj:
CommandLineGeneratorModel.cs
protected:
 CommandLineGeneratorModel(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Controller::CommandLineGeneratorModel ^ copyFrom);
protected CommandLineGeneratorModel(Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel copyFrom);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel
Protected Sub New (copyFrom As CommandLineGeneratorModel)

Parametry

Platí pro