C# Class iServe.Models.Communication

Afficher le fichier Open project: fellowshiptech/ft-iserve

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Communication ( ) : System.Xml.Serialization
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void

Generates an object from its XML representation.

WriteXml ( System writer ) : void

Converts an object into its XML representation.

Method Details

Communication() public méthode

public Communication ( ) : System.Xml.Serialization
Résultat System.Xml.Serialization

GetSchema() public méthode

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

ReadXml() public méthode

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

WriteXml() public méthode

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