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

R2DPortType() public method

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