Class XDLSCustomRW
Summary description for XDLSCustomRW.
Inheritance
System.Object
XDLSCustomRW
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS.XML
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class XDLSCustomRW
Constructors
XDLSCustomRW()
Initializes a new instance of the XDLSCustomRW class.
Declaration
public XDLSCustomRW()
Methods
Read(XmlReader, Type)
Reads the specified reader.
Declaration
public object Read(XmlReader reader, Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlReader | reader | The reader. |
System.Type | type | The type. |
Returns
Type |
---|
System.Object |
Write(XmlWriter, String, Object)
Writes the specified writer.
Declaration
public bool Write(XmlWriter writer, string tagName, object value)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlWriter | writer | The writer. |
System.String | tagName | Name of the tag. |
System.Object | value | The value. |
Returns
Type |
---|
System.Boolean |