C# Класс iServe.Models.Communication

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Communication() публичный Метод

public Communication ( ) : System.Xml.Serialization
Результат System.Xml.Serialization

GetSchema() публичный Метод

public GetSchema ( ) : System.Xml.Schema.XmlSchema
Результат System.Xml.Schema.XmlSchema

ReadXml() публичный Метод

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. ///
Результат void

WriteXml() публичный Метод

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. ///
Результат void