CodeGeneratorFactory Class

A factory for creating instances of a code generator. For more details CodeGenerator.

System.Object
  Microsoft.AspNet.Scaffolding.CodeGeneratorFactory

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

public abstract class CodeGeneratorFactory

The CodeGeneratorFactory type exposes the following members.

  NameDescription
Protected methodCodeGeneratorFactoryConstructor.
Top

  NameDescription
Public propertyInformationCode generator information.
Top

  NameDescription
Public methodCreateInstanceMethod for creating the code generator instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsSupportedDetermines whether this factory supports creating a code generator in the supplied context.
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: