Search
XmlPersistContext Methods
 


 Public Methods

  Name Description

AddChildElement

Overloaded. Adds a new child node with the specified name.

ReadBool

Overloaded. Reads a boolean value with the specified name.

ReadBrush

Overloaded. Reads a Brush object with the specified name.

ReadBrushList

Overloaded. Reads a list of brushes.

ReadByte

Reads a byte value with the specified name.

ReadChar

Reads a char value with the specified name.

ReadColor

Overloaded. Reads a color with the specified name.

ReadColorArray

Reads a color array with the specified name.

ReadDecimal

Reads a decimal value with the specified name.

ReadDouble

Overloaded. Reads a double value with the specified name.

ReadDoubleArray

Reads a float array with the specified name.

ReadDoubleList

Overloaded. Reads a list of doubles.

ReadEnum

Overloaded. Reads an enum value with the specified name.

ReadFloat

Overloaded. Reads a float value with the specified name.

ReadFont

Overloaded. Reads a Font object with the specified name.

ReadHashtable

Reads a hashtable with the specified name.

ReadInt

Overloaded. Reads an integer value with the specified name.

ReadLong

Reads a long value with the specified name.

ReadNullableDouble

Reads a nullable double value with the specified name.

ReadNullableEnum

Reads a nullable enum value with the specified name.

ReadObject

Reads an object with the specified name.

ReadPen

Overloaded. Reads a Pen object with the specified name.

ReadPointF

Overloaded. Reads a Point object with the specified name.

ReadRectangleF

Reads a Rect object with the specified name.

ReadSByte

Reads a 8-bit signed integer value with the specified name.

ReadShort

Overloaded. Reads a short value with the specified name.

ReadSizeF

Reads a Size object with the specified name.

ReadStream

Reads a stream with the specified name.

ReadString

Overloaded. Reads a string value with the specified name.

ReadStringFormat

Overloaded. Reads a StringFormat object with the specified name.

ReadThickness

Reads a Thickness object with the specified name.

ReadUInt

Reads an unsigned integer value with the specified name.

ReadULong

Reads an unsigned long value with the specified name.

ReadUShort

Reads an unsigned short value with the specified name.

WriteBool

Writes a boolean value with the specified name.

WriteBrush

Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization.

WriteBrushList

Writes the specified brushes.

WriteByte

Write a byte value with the specified name.

WriteChar

Write a char value with the specified name.

WriteColor

Writes the specified color.

WriteColorArray

Writes the specified array.

WriteDecimal

Write a decimal value with the specified name.

WriteDictionary

Writes the specified dictionary.

WriteDouble

Overloaded. Writes a double value with the specified name.

WriteDoubleArray

Writes the specified array.

WriteDoubleList

Writes the specified list of doubles.

WriteEnum

Writes the specified enum value.

WriteFloat

Writes a float value with the specified name.

WriteFont

Writes the specified font.

WriteInt

Writes an integer value with the specified name.

WriteLong

Writes a long value with the specified name.

WriteObject

Writes the specified object under the specified name.

WritePen

Writes the specified pen.

WritePointF

Overloaded. Writes a Point with the specified name.

WriteRectangleF

Writes a Rect with the specified name.

WriteSByte

Write a 8-bit signed integer value with the specified name.

WriteShort

Writes a short value with the specified name.

WriteSizeF

Writes a Size with the specified name.

WriteStream

Writes the specified stream.

WriteString

Writes a string value with the specified name.

WriteStringFormat

Writes the specified StringFormat object.

WriteThickness

Overloaded.  

WriteUInt

Writes an unsigned integer value with the specified name.

WriteULong

Writes an unsigned long value with the specified name.

WriteUShort

Writes an unsigned short value with the specified name.

 See Also