CommandLineGeneratorModel Class

Definition

public ref class CommandLineGeneratorModel : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel
public class CommandLineGeneratorModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel
type CommandLineGeneratorModel = class
    inherit CommonCommandLineModel
Public Class CommandLineGeneratorModel
Inherits CommonCommandLineModel
Inheritance
CommandLineGeneratorModel

Constructors

CommandLineGeneratorModel()
CommandLineGeneratorModel(CommandLineGeneratorModel)

Properties

BootstrapVersion
ControllerName
ControllerNamespace (Inherited from CommonCommandLineModel)
DataContextClass (Inherited from CommonCommandLineModel)
Force (Inherited from CommonCommandLineModel)
GenerateReadWriteActions
IsRestController
LayoutPage (Inherited from CommonCommandLineModel)
ModelClass (Inherited from CommonCommandLineModel)
NoViews
ReferenceScriptLibraries (Inherited from CommonCommandLineModel)
RelativeFolderPath (Inherited from CommonCommandLineModel)
UseAsync
UseDefaultLayout (Inherited from CommonCommandLineModel)

Methods

Clone()

Applies to