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.6.0.0 (5.6.19.0117)
Syntax public Dictionary<string, Dictionary<string, TemplateBinding>> BindingsPerLanguage { get; }
Public ReadOnly Property BindingsPerLanguage As Dictionary(Of String, Dictionary(Of String, TemplateBinding))
Get
Property Value
Type:
DictionaryString,
DictionaryString,
TemplateBindingRemarks Data is stored in the following way:
Dictionary<templateID, Dictionary<languageName, TemplateBinding>>
See Also