Click or drag to resize
TemplateBindingsParseTemplateBindingsNode Method
Parses the template bindings node's data into a new TemplateBindings object.

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 static TemplateBindings ParseTemplateBindingsNode(
	XmlNode node,
	ICollection<string> platforms,
	ICollection<string> frameworks
)

Parameters

node
Type: System.XmlXmlNode
The node.
platforms
Type: System.Collections.GenericICollectionString
The platforms.
frameworks
Type: System.Collections.GenericICollectionString
The frameworks.

Return Value

Type: TemplateBindings
See Also