Share via


BaseCodeGenerator.GenerateCode Method

Microsoft internal use only.

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

Syntax

'Declaration
Protected MustOverride Function GenerateCode ( _
    inputFileName As String, _
    inputFileContent As String, _
    defaultNamespace As String _
) As Byte()
'Usage
Dim inputFileName As String
Dim inputFileContent As String
Dim defaultNamespace As String
Dim returnValue As Byte()

returnValue = Me.GenerateCode(inputFileName, _
    inputFileContent, defaultNamespace)
protected abstract byte[] GenerateCode(
    string inputFileName,
    string inputFileContent,
    string defaultNamespace
)
protected:
virtual array<unsigned char>^ GenerateCode(
    String^ inputFileName, 
    String^ inputFileContent, 
    String^ defaultNamespace
) abstract
protected abstract function GenerateCode(
    inputFileName : String, 
    inputFileContent : String, 
    defaultNamespace : String
) : byte[]

Parameters

  • inputFileContent
    Type: System.String
    Microsoft internal use only.
  • defaultNamespace
    Type: System.String
    Microsoft internal use only.

Return Value

Type: System.Byte[]
Microsoft internal use only.

Permissions

See Also

Reference

BaseCodeGenerator Class

BaseCodeGenerator Members

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