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

R2DOperation() public method

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