Click or drag to resize

OutputSettingValuesContainerDeserializeFromReader Method

Deserializes the data for this container from the xml reader specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void DeserializeFromReader(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader
The reader.
See Also