Click or drag to resize
Colygon.MatchPoint.Core.Administration.XmlSerialization Namespace
Contains functionality for serializing and deserializing XML for the MatchPoint configuration files.
Classes
  ClassDescription
Public classNamespaceDoc
Public classXmlCDataAttribute
Specifies a property within a MatchPoint configuration file that is serialized into a CDATA block.
Public classXmlDeserializationException
Represents an exception that occurs when a configuration class cannot be deserialized from a configuration file.
Public classXmlIncludeSubTypesAttribute
Specifies whether classes derived from the specified base class should be displayed as choices within the configuration editor.
Public classXmlSerializer
The Xml Serializer. Used e.g. to read and write MatchPoint configuration files.
Interfaces
  InterfaceDescription
Public interfaceIXmlAttributeOverrideFactory
Public interfaceIXmlStringSerializable
Provides functionality for a configuration property that should be serialized/deserialized using custom logic.
Public interfaceIXsiTypeProvider
Stores type information required by the XmlSerializer.