ICodeGenerator Interface
An interface representing a code generator.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The ICodeGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dependencies | A 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. |
| Name | Description | |
|---|---|---|
![]() | GenerateCode | Performs code generation. |
![]() | ShowUIAndValidate | Gathers and validates information necessary for code generation. Any UI for the code generator should be displayed in this method. |
Show:
