See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: CustomToolGenerator
Assembly: NTier.EntityGenerator (in NTier.EntityGenerator.dll) Version: 1.0.0.0

Syntax

C#
protected abstract byte[] GenerateCode(
	string inputFileName,
	string inputFileContent
)
Visual Basic
Protected MustOverride Function GenerateCode ( 
	inputFileName As String,
	inputFileContent As String
) As Byte()
Visual C++
protected:
virtual array<unsigned char>^ GenerateCode(
	String^ inputFileName, 
	String^ inputFileContent
) abstract

Parameters

inputFileName
Type: System..::..String
inputFileContent
Type: System..::..String

Return Value

Type: array<Byte>[]()[][]

See Also