Click or drag to resize
FieldMappingDeserializeFromReader Method
Deserializes from reader.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void DeserializeFromReader(
	XmlReader localReader,
	Project containingProject,
	GroupableModelElementMapping containingMapping
)

Parameters

localReader
Type: System.XmlXmlReader
The local reader.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
containingMapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingGroupableModelElementMapping
The containing mapping.
See Also