ASP.NET Pack Programmer's Guide
BinarySerializationContext Members
Constructors Properties Methods Events
 


Contains methods that enable serialization/deserialization of MindFusion.Scheduling items to/from binary documents.

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

 Public Constructors

  Name Description

BinarySerializationContext

Overloaded.  

 Public Properties

  Name Description

ClassVersion

Gets the class version of the currently deserialized item.

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

ReadBool

Reads a bool value.

ReadByte

Reads a byte value.

ReadChar

Reads a char value.

ReadColor

Reads a System.Drawing.Color object.

ReadColorArray

Reads an array with System.Drawing.Color objects.

ReadDateTime

Reads a DateTime object.

ReadDecimal

Reads a decimal value.

ReadDouble

Reads a double value.

ReadEnum

Reads an enum value.

ReadFloat

Reads a float value.

ReadFloatArray

Reads an array with float values.

ReadFont

Reads a Font object.

ReadHashtable

Reads a hash table object.

ReadHeaderStyle

Reads a HeaderStyle object.

ReadImage

Reads an image.

ReadInt

Reads an integer value.

ReadItemStyle

Reads a ItemStyle object.

ReadLong

Reads a long number.

ReadObject

Reads an object.

ReadPointF

Reads a PointF object.

ReadRectangleF

Reads a RectangleF object.

ReadRecurrence

Reads a Recurrence object.

ReadReminder

Reads a Reminder.

ReadSByte

Reads a 8-bit signed integer value.

ReadShort

Reads a short number.

ReadSizeF

Reads a SizeF object.

ReadStream

Reads a stream.

ReadString

Reads a string value.

ReadStringFormat

Reads a StringFormat object.

ReadStyle

Reads a Style object.

ReadTag

Reads a tag.

ReadUInt

Reads an unsigned integer value.

ReadULong

Reads an unsigned long value.

ReadUShort

Reads an unsigned short value.

WriteBool

Writes a boolean value.

WriteByte

Writes a byte value.

WriteChar

Writes a char value.

WriteColor

Writes a Color object.

WriteColorArray

Writes an array with Color objects.

WriteDateTime

Writes a DateTime object.

WriteDecimal

Writes a decimal value.

WriteDouble

Writes a double value.

WriteEnum

Writes the specified enum value.

WriteFloat

Writes a float value.

WriteFloatArray

Writes an array of float numbers.

WriteFont

Writes the specified font.

WriteHashtable

Writes the specified hashtable.

WriteHeaderStyle

Writes the specified HeaderStyle object.

WriteImage

Writes the specified image.

WriteInt

Writes an integer value.

WriteItemStyle

Writes the specified ItemStyle object.

WriteLong

Writes a long value.

WriteObject

Writes the specified object.

WritePointF

Writes a PointF object.

WriteRectangleF

Writes a RectangleF object.

WriteRecurrence

Writes a Recurrence.

WriteReminder

Writes a Reminder.

WriteSByte

Write a 8-bit signed integer value to the stream.

WriteShort

Writes a short value.

WriteSizeF

Writes a SizeF object.

WriteStream

Writes the specified Stream.

WriteString

Writes a string.

WriteStringFormat

Writes the specified StringFormat object.

WriteStyle

Writes the specified Style object.

WriteTag

Writes the specified tag of the specified object.

WriteUInt

Writes an unsigned integer value.

WriteULong

Writes an unsigned long value.

WriteUShort

Writes an unsigned short value.

 Public Events

  Name Description

Completed

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

 See Also

BinarySerializationContext Class
MindFusion.Scheduling Namespace