TaskGroupPresetElementParseXml Method |
Parses the XML.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Tasks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax protected virtual void ParseXml(
XmlNode elementNode
)
Protected Overridable Sub ParseXml (
elementNode As XmlNode
)
Parameters
- elementNode
- Type: System.XmlXmlNode
The element node.
See Also