GroupableModelElementMappingDeserializeAdditionalData Method  | 
 
            Deserializes the additional data a derived class might need. The localReader is positioned on the element which wasn't recognized by the 
            groupablemodelelement class. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxprotected virtual void DeserializeAdditionalData(
	XmlReader localReader,
	Project containingProject
)
Protected Overridable Sub DeserializeAdditionalData ( 
	localReader As XmlReader,
	containingProject As Project
)
Parameters
- localReader
 - Type: System.XmlXmlReader
The local reader. - containingProject
 - Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project. 
See Also