Click or drag to resize
TemplateBindingsBindingsPerLanguage Property
Gets the bindings 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, TemplateBinding>> BindingsPerLanguage { get; }

Property Value

Type: DictionaryString, DictionaryString, TemplateBinding
Remarks
Data is stored in the following way: Dictionary<templateID, Dictionary<languageName, TemplateBinding>>
See Also