BaseCodeGenerator Class

Microsoft internal use only.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class BaseCodeGenerator _
    Implements IVsSingleFileGenerator, IDisposable
'Usage
Dim instance As BaseCodeGenerator
[ComVisibleAttribute(true)]
public abstract class BaseCodeGenerator : IVsSingleFileGenerator, 
    IDisposable
[ComVisibleAttribute(true)]
public ref class BaseCodeGenerator abstract : IVsSingleFileGenerator, 
    IDisposable
public abstract class BaseCodeGenerator implements IVsSingleFileGenerator, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator.BaseCodeGenerator
    Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator.BaseCodeGeneratorWithSite

Thread Safety

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

See Also

Reference

BaseCodeGenerator Members

Microsoft.Data.Entity.Design.VisualStudio.SingleFileGenerator Namespace