Click or drag to resize
DocumentDefinitionList<T>.DeserializeFromReader Method
Deserializes the data for this DerivedModelDefinition from the xml reader passed in. The reader is assumed to be at the start element of the DerivedModelDefinition

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public virtual void DeserializeFromReader(
	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