C# Class System.Data.Tests.XmlDataReaderTest.CustomTypeXml

Inheritance: IXmlSerializable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
CustomTypeXml ( ) : System.IO
CustomTypeXml ( XmlNode xNode ) : System.IO
CustomTypeXml ( string str ) : System.IO
ToString ( ) : string

Private Methods

Méthode Description
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
UpgradeSchema ( XmlNode xNode ) : void

Method Details

CustomTypeXml() public méthode

public CustomTypeXml ( ) : System.IO
Résultat System.IO

CustomTypeXml() public méthode

public CustomTypeXml ( XmlNode xNode ) : System.IO
xNode System.Xml.XmlNode
Résultat System.IO

CustomTypeXml() public méthode

public CustomTypeXml ( string str ) : System.IO
str string
Résultat System.IO

ToString() public méthode

public ToString ( ) : string
Résultat string