Click or drag to resize

EntityDefinitionDeserializeFromReader Method

Deserializes the data for this class from the xml reader passed in

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public override void DeserializeFromReader(
	XmlReader reader,
	Project containingProject
)

Parameters

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