TemplateBinding Constructor (String, String, String) |
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)
Syntax public TemplateBinding(
string templateLanguageName,
string templateID,
string templatePathFileName
)
Public Sub New (
templateLanguageName As String,
templateID As String,
templatePathFileName As String
)
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