BatchBook.AttachedCommunication.AttachedCommunication C# (CSharp) Method

AttachedCommunication() private method

private AttachedCommunication ( XmlReader rdr ) : System
rdr System.Xml.XmlReader
return System
        internal AttachedCommunication(XmlReader rdr)
        {
            this.CommunicationId = rdr.ReadElementContentAsInt("attached_communication_id", "");
        }