Click or drag to resize
DerivedModelDefinitionList.DeserializeFromReader Method
Deserializes this object from the xml pointed at by the passed in xml reader

Namespace: SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void DeserializeFromReader(
	XmlReader reader,
	Project containingProject
)

Parameters

reader
Type: System.Xml.XmlReader
The reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The current project.
See Also