Click or drag to resize

XDLSReader Methods

The XDLSReader type exposes the following members.

Methods
Name Description
Public method Deserialize
Deserializes the specified value.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetAttributeValue
Gets the attribute value.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method HasAttribute
Determines whether the current node has attribute with specified name.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ParseElementType
Parses the type of the element.
Public method ReadBoolean
Reads the boolean.
Public method ReadByte
Reads the byte.
Public method ReadChildBinaryElement
Reads binary value.
Public method ReadChildElement(Object)
Reads the child element.
Public method ReadChildElement(Type)
Reads the child element.
Public method ReadChildStringContent
Reads the content of the child string.
Public method ReadColor
Reads color from XML.
Public method ReadDateTime
Reads datetime from XML.
Public method ReadDouble
Reads the double.
Public method ReadEnum
Reads the enum.
Public method ReadFloat
Reads the float.
Public method ReadInt
Reads the int.
Public method ReadShort
Reads the short.
Public method ReadString
Reads the string.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also