ControllerWithContextGenerator Class

Definition

public ref class ControllerWithContextGenerator : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Controller::ControllerGeneratorBase
public class ControllerWithContextGenerator : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.ControllerGeneratorBase
type ControllerWithContextGenerator = class
    inherit ControllerGeneratorBase
Public Class ControllerWithContextGenerator
Inherits ControllerGeneratorBase
Inheritance
ControllerWithContextGenerator

Constructors

ControllerWithContextGenerator(IProjectContext, IApplicationInfo, IModelTypesLocator, IEntityFrameworkService, ICodeGeneratorActionsService, IServiceProvider, ILogger)

Properties

ApplicationInfo (Inherited from CommonGeneratorBase)
CodeGeneratorActionsService (Inherited from ControllerGeneratorBase)
EntityFrameworkService
Logger (Inherited from ControllerGeneratorBase)
ModelTypesLocator
ProjectContext (Inherited from ControllerGeneratorBase)
ServiceProvider (Inherited from ControllerGeneratorBase)
TemplateFolders (Inherited from ControllerGeneratorBase)

Methods

Generate(CommandLineGeneratorModel)
GetAreaName(String, String) (Inherited from ControllerGeneratorBase)
GetDefaultControllerNamespace(String) (Inherited from ControllerGeneratorBase)
GetTemplateName(CommandLineGeneratorModel)
ValidateAndGetOutputPath(CommandLineGeneratorModel) (Inherited from ControllerGeneratorBase)
ValidateAndGetOutputPath(CommonCommandLineModel, String) (Inherited from CommonGeneratorBase)
ValidateNameSpaceName(CommandLineGeneratorModel) (Inherited from ControllerGeneratorBase)

Applies to