Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static void CreateSchemaCodeDom(
	string schemaFile,
	string classNamespace,
	string schemacontent,
	out string defaultTypeName,
	out CodeNamespace schemaCodeNamespace,
	Action<TemplateError> reportErrorAction
)
Visual Basic
Public Shared Sub CreateSchemaCodeDom ( 
	schemaFile As String,
	classNamespace As String,
	schemacontent As String,
	<OutAttribute> ByRef defaultTypeName As String,
	<OutAttribute> ByRef schemaCodeNamespace As CodeNamespace,
	reportErrorAction As Action(Of TemplateError)
)

Parameters

schemaFile
Type: System..::..String
classNamespace
Type: System..::..String
schemacontent
Type: System..::..String
defaultTypeName
Type: System..::..String%
schemaCodeNamespace
Type: System.CodeDom..::..CodeNamespace%
reportErrorAction
Type: System..::..Action<(Of <(<'TemplateError>)>)>

See Also