CodeGeneratorInformation Class
Information about the code generator.
Assembly: Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)
The CodeGeneratorInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Author | Author of the code generator. This should be typically localized. |
![]() | Categories | A list of strings used for organizing the CodeGenerators within the UI. Refer to Categories for some example values. |
![]() | Description | A brief description of what the code generator does. This should be typically localized. |
![]() | DisplayName | Name of the code generator shown in UI. This should be typically localized. |
![]() | Gestures | A list of strings used as matching criteria for determining support for certain actions within the UI. |
![]() | Icon | Icon to be used for the code generator. |
![]() | Id | The unique Id which identifies the CodeGenerator. If not explicitly set, type name of the code generator without the namespace name is used as Id. This value should be invariant across langauages (e.g. not localized). |
![]() | Version | Version of the code generator. |
Show:
