C# Class TcmDebugger.Service.PackageResponse

Inheritance: IXmlSerializable
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
GetSchema ( ) : XmlSchema

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class.

ReadXml ( XmlReader reader ) : void

Generates an object from its XML representation.

WriteXml ( XmlWriter writer ) : void

Converts an object into its XML representation.

Method Details

GetSchema() public méthode

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class.
public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

Generates an object from its XML representation.
public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader The stream from which the object is deserialized.
Résultat void

WriteXml() public méthode

Converts an object into its XML representation.
public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter The stream to which the object is serialized.
Résultat void