EntityModelCodeGenerator 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)> _
<GuidAttribute("A58BFFCF-B9BD-4904-9248-0936C15D178A")> _
Public Class EntityModelCodeGenerator _
    Inherits BaseCodeGeneratorWithSite
'Usage
Dim instance As EntityModelCodeGenerator
[ComVisibleAttribute(true)]
[GuidAttribute("A58BFFCF-B9BD-4904-9248-0936C15D178A")]
public class EntityModelCodeGenerator : BaseCodeGeneratorWithSite
[ComVisibleAttribute(true)]
[GuidAttribute(L"A58BFFCF-B9BD-4904-9248-0936C15D178A")]
public ref class EntityModelCodeGenerator : public BaseCodeGeneratorWithSite
public class EntityModelCodeGenerator extends BaseCodeGeneratorWithSite

Inheritance Hierarchy

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

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

EntityModelCodeGenerator Members

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