CodeGeneratorInformation Class

Information about the code generator.

System.Object
  Microsoft.AspNet.Scaffolding.CodeGeneratorInformation

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

public class CodeGeneratorInformation

The CodeGeneratorInformation type exposes the following members.

  NameDescription
Public propertyAuthorAuthor of the code generator. This should be typically localized.
Public propertyCategoriesA list of strings used for organizing the CodeGenerators within the UI. Refer to Categories for some example values.
Public propertyDescriptionA brief description of what the code generator does. This should be typically localized.
Public propertyDisplayNameName of the code generator shown in UI. This should be typically localized.
Public propertyGesturesA list of strings used as matching criteria for determining support for certain actions within the UI.
Public propertyIconIcon to be used for the code generator.
Public propertyIdThe 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).
Public propertyVersionVersion of the code generator.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: