| TemplateBinding Constructor (String, String, String, Boolean) | 
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.TemplatesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic TemplateBinding(
	string templateLanguageName,
	string templateID,
	string templatePathFileName,
	bool includeOnly
)
Public Sub New ( 
	templateLanguageName As String,
	templateID As String,
	templatePathFileName As String,
	includeOnly As Boolean
)
Parameters
- templateLanguageName
 - Type: SystemString
Name of the template language. - templateID
 - Type: SystemString
The template ID. - templatePathFileName
 - Type: SystemString
Name of the template path file. - includeOnly
 - Type: SystemBoolean
value for the includeOnly flag, which signals if the template is used as include template only or also as
            normal template. Normal templates when not a TDL template, are compiled in separate classes, includeOnly templates are not.
            Default is false. 
See Also