C# Class Utility.XmlSerializableHashtable

Inheritance: IXmlSerializable
Mostrar archivo Open project: ColdMatter/EDMSuite

Private Properties

Property Type Description

Public Methods

Method Description
Add ( String key, object value ) : void
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( XmlReader r ) : void
ToString ( ) : string
WriteXml ( XmlWriter w ) : void
XmlSerializableHashtable ( ) : System
this ( String key ) : object

Method Details

Add() public method

public Add ( String key, object value ) : void
key String
value object
return void

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( XmlReader r ) : void
r System.Xml.XmlReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteXml() public method

public WriteXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

XmlSerializableHashtable() public method

public XmlSerializableHashtable ( ) : System
return System

this() public method

public this ( String key ) : object
key String
return object