Constructs a new XRulesContext.
Constructs a new XRulesContext.
[Visual Basic] Protected Friend Sub New(ByVal XRulesDocument)
[C#] protected internal XRulesContext(XRulesDocument);
[C++] public protected: XRulesContext(XRulesDocument*);
[JScript] protected internal function XRulesContext(XRulesDocument);
Constructs a new CusomContext and initiates it with namespace declarations copied from the XmlNode specified by namespaceScopeNode.
[Visual Basic] Protected Friend Sub New(ByVal XRulesDocument,ByVal XmlNode)
[C#] protected internal XRulesContext(XRulesDocument,XmlNode);
[C++] public protected: XRulesContext(XRulesDocument*,XmlNode*);
[JScript] protected internal function XRulesContext(XRulesDocument,XmlNode);
XRulesContext Class | XRules Namespace