Thinktecture.Tools.Web.Services.CodeGeneration.R2DMessage.R2DMessage C# (CSharp) Method

R2DMessage() public method

public R2DMessage ( XmlElement elem, XmlNamespaceManager nsmgr ) : System
elem System.Xml.XmlElement
nsmgr System.Xml.XmlNamespaceManager
return System
        public R2DMessage(XmlElement elem, XmlNamespaceManager nsmgr)
        {
            this.name = elem.Attributes["name"].Value;
            this.elem = elem;
            this.nsmgr = nsmgr;
        }