Click or drag to resize

DocumentDefinitionList<T>.DeserializeAdditionalElements Method

Deserializes the additional elements from the reader. The reader will be placed on an element that's not recognized by the deserializer of this class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected virtual void DeserializeAdditionalElements(
	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