Click or drag to resize

TemplateBindingsManagerGetTemplateBindingsWithFilter Method

Gets the template bindings which match the three specified filter elements.

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 List<TemplateBindings> GetTemplateBindingsWithFilter(
	string languageName,
	string platformName,
	List<string> driverIDs,
	string frameworkName
)

Parameters

languageName
Type: SystemString
Name of the language.
platformName
Type: SystemString
Name of the platform.
driverIDs
Type: System.Collections.GenericListString
The driver IDs to filter on. An empty list means no filter on driverid should be performed.
frameworkName
Type: SystemString
Name of the framework.

Return Value

Type: ListTemplateBindings
list of templatebindings which match the specified elements, or an empty list if no matches were found.
See Also