C# Class Utility.XmlSerializableHashtable

Inheritance: IXmlSerializable
Afficher le fichier Open project: ColdMatter/EDMSuite

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Add ( String key, object value ) : void
key String
value object
Résultat void

GetSchema() public méthode

public GetSchema ( ) : System.Xml.Schema.XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( XmlReader r ) : void
r System.Xml.XmlReader
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteXml() public méthode

public WriteXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

XmlSerializableHashtable() public méthode

public XmlSerializableHashtable ( ) : System
Résultat System

this() public méthode

public this ( String key ) : object
key String
Résultat object