ICodeGenerator Interface

An interface representing a code generator.

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public interface ICodeGenerator

The ICodeGenerator type exposes the following members.

  NameDescription
Public propertyDependenciesA list of NuGet packages upon which this code generator depends in order to run successfully. Packages listed here will be installed after ShowUIAndValidate succeeded and before the GenerateCode method is invoked.
Top

  NameDescription
Public methodGenerateCodePerforms code generation.
Public methodShowUIAndValidateGathers and validates information necessary for code generation. Any UI for the code generator should be displayed in this method.
Top
Show: