Click or drag to resize

TemplateBindingsManager.LoadTemplateBindingsFiles Method

Loads the templatebindings files into TemplateBindings objects. When it returns, this manager's container objects are filled.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public void LoadTemplateBindingsFiles(
	IEnumerable<Framework> knownFrameworks,
	string sharedFrameworksTemplatesFolder,
	string additionalTemplatesFolderConfig,
	string additionalTemplatesFolderProject,
	ICollection<string> knownPlatforms
)

Parameters

knownFrameworks
Type: System.Collections.Generic.IEnumerable<Framework>
The known frameworks.
sharedFrameworksTemplatesFolder
Type: System.String
The shared frameworks templates folder.
additionalTemplatesFolderConfig
Type: System.String
The additional templates folder config.
additionalTemplatesFolderProject
Type: System.String
The additional templates folder project.
knownPlatforms
Type: System.Collections.Generic.ICollection<String>
The known platforms.
See Also