Click or drag to resize

XmlString Class

Can be used to keep a part of a XML document as a string without escaping XML characters.
Inheritance Hierarchy
SystemObject
  Livit.Learn.ModelXmlString

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class XmlString : IXmlSerializable

The XmlString type exposes the following members.

Constructors
  NameDescription
Public methodXmlString
Initializes a new instance of the XmlString class
Top
Properties
  NameDescription
Public propertyValue
Top
Methods
  NameDescription
Public methodGetSchema
Public methodReadXml
Public methodWriteXml
Top
See Also