TaskGroupPresetParseXml Method  | 
 
            Parses the XML.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected override void ParseXml(
	XmlNode elementNode
)
Protected Overrides Sub ParseXml ( 
	elementNode As XmlNode
)
Parameters
- elementNode
 - Type: System.XmlXmlNode
The element node. 
See Also