MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext Members
Constructors Properties Methods Events
 


Provides methods that read/write primitive data types from/into an XML document.

The following tables list the members exposed by the XmlSerializationContext type.

 Public Constructors

  Name Description

XmlSerializationContext

Overloaded. Initializes a new instance of the XmlSerializationContext class.

 Public Properties

  Name Description

ClassVersion

Gets the class version of the currently deserialized item.

XmlDocument

Gets the XML document used for reading and writing XML data.

 Inherited Public Properties

  Name Description

FileVersion

Gets the format revision number of the file being loaded. (Inherited from SerializationContext.)

Schedule

Gets a reference to the schedule currently being serialized or deserialized. (Inherited from SerializationContext.)

 Public Methods

  Name Description

AddChildElement

Overloaded.  

ReadBool

Overloaded.  

ReadByte

Reads a byte value from the element with the specified name.

ReadChar

Reads a char value from the element with the specified name.

ReadColor

Reads a Color value from the element with the specified name.

ReadColorArray

Reads an array with Colors from the element with the specified name.

ReadDateTime

Reads a DateTime value from the element with the specified name.

ReadDecimal

Reads a decimal value from the element with the specified name.

ReadDouble

Reads a double value from the element with the specified name.

ReadEnum

Reads an enumeration object from the element with the specified name.

ReadFloat

Reads a float value from the element with the specified name.

ReadFloatArray

Reads a float array from the element with the specified name.

ReadFont

Reads a Font object value from the element with the specified name.

ReadHashtable

Reads a System.Collections.Hashtable object from the element with the specified name.

ReadHeaderStyle

Reads a HeaderStyle object from the element with the specified name.

ReadImage

Reads a System.Drawing.Image object from the element with the specified name.

ReadInt

Reads an integer value with the specified name.

ReadItemStyle

Reads a ItemStyle object from the element with the specified name.

ReadLong

Reads a long value from the element with the specified name.

ReadObject

Reads a System.Object from the element with the specified name.

ReadPointF

Reads a System.Drawing.PointF object from the element with the specified name.

ReadRectangleF

Reads a RectangleF object from the element with the specified name.

ReadRecurrence

Reads a Recurrence object from the element with the specified name.

ReadReminder

Reads a Reminder object from the element with the specified name.

ReadSByte

Reads an 8-bit signed integer from the element with the specified name.

ReadShort

Reads a short value from the element with the specified name.

ReadSizeF

Reads a SizeF object from the element with the specified name.

ReadStream

Reads a Stream from the element with the specified name.

ReadString

Reads a string from the element with the specified name.

ReadStringFormat

Reads a System.Drawing.StringFormat object from the element with the specified name.

ReadStyle

Reads a Style object from the element with the specified name.

ReadTag

Reads a System.Object from the element with the specified name.

ReadUInt

Reads an unsigned integer from the element with the specified name.

ReadULong

Reads an unsigned long value from the element with the specified name.

ReadUShort

Reads an unsigned short value from the element with the specified name.

WriteBool

Writes the specified boolean value as an XML element with the specified name and the specified parent.

WriteByte

Writes the specified byte value as an XML element with the specified name and the specified parent.

WriteChar

Writes the specified char value as an XML element with the specified name and the specified parent.

WriteColor

Writes the specified Color object as an XML element with the specified name and the specified parent.

WriteColorArray

Writes the specified Color array as an XML element with the specified name and the specified parent.

WriteDateTime

Writes the specified DateTime object as an XML element with the specified name and the specified parent.

WriteDecimal

Writes the specified decimal value as an XML element with the specified name and the specified parent.

WriteDouble

Writes the specified double value as an XML element with the specified name and the specified parent.

WriteEnum

Writes the specified Enumeration as an XML element with the specified name and the specified parent.

WriteFloat

Writes the specified float value as an XML element with the specified name and the specified parent.

WriteFloatArray

Writes the specified float array as an XML element with the specified name and the specified parent.

WriteFont

Writes the specified System.Drawing.Font object as an XML element with the specified name and the specified parent.

WriteHashtable

Writes the specified System.Collections.Hashtable object as an XML element with the specified name and the specified parent.

WriteHeaderStyle

Writes the specified HeaderStyle object as an XML element with the specified name and the specified parent.

WriteImage

Writes the specified System.Drawing.Image object as an XML element with the specified name and the specified parent.

WriteInt

Writes the specified integer value as an XML element with the specified name and the specified parent.

WriteItemStyle

Writes the specified ItemStyle object as an XML element with the specified name and the specified parent.

WriteLong

Writes the specified long value as an XML element with the specified name and the specified parent.

WriteObject

Writes the specified System.Object as an XML element with the specified name and the specified parent.

WritePointF

Writes the specified PointF object.

WriteRectangleF

Writes the specified RectangleF object.

WriteRecurrence

Writes the specified Recurrence.

WriteReminder

Writes the specified Reminder.

WriteSByte

Writes the specified signed integer.

WriteShort

Writes the specified short integer.

WriteSizeF

Writes the specified SizeF object.

WriteStream

Writes the specified Stream.

WriteString

Writes the specified string.

WriteStringFormat

Writes the specified StringFormat.

WriteStyle

Writes the specified Style in an XML element with the specified name and the specified parent.

WriteTag

Writes the specified Tag as an XML element with the specified name and the specified parent.

WriteUInt

Writes the specified unsigned integer as an XML element with the specified name and the specified parent.

WriteULong

Writes the specified unsigned long value as an XML element with the specified name and the specified parent.

WriteUnit

Writes the specified System.Web.UI.WebControls.Unit value as an XML element with the specified name and the specified parent.

WriteUShort

Writes the specified unsigned short value as an XML element with the specified name and the specified parent.

 Inherited Public Events

  Name Description

Completed

Raised when the serialization or deserialization has completed successfully. (Inherited from SerializationContext.)

 See Also

XmlSerializationContext Class
MindFusion.Scheduling Namespace