Open this page in the API Guide

MembershipBaseObjectData.ReadXmlData Method

Generates this object from its XML representation.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
protected virtual void ReadXmlData(
	XmlReader reader
)

Parameters

reader
Type: System.Xml.XmlReader
The XmlReader stream from which this object is deserialized.
See Also