Click or drag to resize
TemplateBinding Constructor (String, String, String)
Initializes a new instance of the TemplateBinding class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public TemplateBinding(
	string templateLanguageName,
	string templateID,
	string templatePathFileName
)

Parameters

templateLanguageName
Type: SystemString
Name of the template language.
templateID
Type: SystemString
The template ID.
templatePathFileName
Type: SystemString
Name of the template path file.
See Also