See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: CustomToolGeneratorAssembly: 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 |
Return Value
Type:
array<Byte>[]()[][]
See Also