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.8.0.0 (5.8.21.0208)
Syntax protected 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