Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void DeserializeAdditionalData(
	XmlReader localReader,
	Project containingProject
)

Parameters

localReader
Type: System.XmlXmlReader
The local reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
See Also