Loads an object from the specified XmlReader.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public virtual bool FromXml( XmlReader reader ) |
Visual Basic |
---|
Public Overridable Function FromXml ( _ reader As XmlReader _ ) As Boolean |
Parameters
- reader
- Type: System.Xml..::..XmlReader
An XmlReader which contains the object data.