Click or drag to resize
EmbeddedDocumentDefinition.DeserializeAdditionalData Method
Deserializes the additional data from the xml pointed at by the passed in reader.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected override void DeserializeAdditionalData(
	XmlReader reader,
	Project containingProject,
	ReferencedElement parentReferencedElement
)

Parameters

reader
Type: System.Xml.XmlReader
The reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The containing project.
parentReferencedElement
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.ReferencedElement
The parent document's referenced element.
See Also