BatchBook.AttachedCommunication.AttachedCommunication C# (CSharp) Метод

AttachedCommunication() приватный Метод

private AttachedCommunication ( XmlReader rdr ) : System
rdr System.Xml.XmlReader
Результат System
        internal AttachedCommunication(XmlReader rdr)
        {
            this.CommunicationId = rdr.ReadElementContentAsInt("attached_communication_id", "");
        }