Click or drag to resize
TemplateBindings.TemplateContentsPerLanguage Property
Gets the template contents per language

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<string, Dictionary<string, string>> TemplateContentsPerLanguage { get; }

Property Value

Type: Dictionary<String, Dictionary<String, String>>
Remarks
format: Dictionary<templateID, Dictionary<languageName, template contents>>
See Also