Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public static GenerateCodeResult GenerateCodeForSchemaTypes( string schemaPath, string schemacontent, OutputLanguage language, Action<TemplateError> reportErrorAction )  | 
| Visual Basic | 
|---|
Public Shared Function GenerateCodeForSchemaTypes ( schemaPath As String, schemacontent As String, language As OutputLanguage, reportErrorAction As Action(Of TemplateError) ) As GenerateCodeResult  | 
Parameters
- schemaPath
 - Type: System..::..String
 
- schemacontent
 - Type: System..::..String
 
- language
 - Type: CodeSmith.Engine..::..OutputLanguage
 
- reportErrorAction
 - Type: System..::..Action<(Of <(<'TemplateError>)>)>