Click or drag to resize

TemplateBindingsManagerLoadTemplateBindingsFiles 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.9.0.0 (5.9.0)
Syntax
public void LoadTemplateBindingsFiles(
	IEnumerable<Framework> knownFrameworks,
	string sharedFrameworksTemplatesFolder,
	string additionalTemplatesFolderConfig,
	string additionalTemplatesFolderProject,
	ICollection<string> knownPlatforms
)

Parameters

knownFrameworks
Type: System.Collections.GenericIEnumerableFramework
The known frameworks.
sharedFrameworksTemplatesFolder
Type: SystemString
The shared frameworks templates folder.
additionalTemplatesFolderConfig
Type: SystemString
The additional templates folder config.
additionalTemplatesFolderProject
Type: SystemString
The additional templates folder project.
knownPlatforms
Type: System.Collections.GenericICollectionString
The known platforms.
See Also