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
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 virtual void GeneratorErrorCallback( bool warning, int level, string message, int line, int column ) |
Visual Basic |
---|
Protected Overridable Sub GeneratorErrorCallback ( warning As Boolean, level As Integer, message As String, line As Integer, column As Integer ) |
Visual C++ |
---|
protected: virtual void GeneratorErrorCallback( bool warning, int level, String^ message, int line, int column ) |
Parameters
- warning
- Type: System..::..Boolean
- level
- Type: System..::..Int32
- message
- Type: System..::..String
- line
- Type: System..::..Int32
- column
- Type: System..::..Int32