Loads the XRules document from the specified stream.
Loads the XRules document from the specified stream.
[Visual Basic] Public Sub Load(ByVal Stream)
[C#] public void Load(Stream);
[C++] public: void Load(Stream*);
[JScript] public function Load(Stream);
Loads the XRules document from the specified text reader.
[Visual Basic] Public Sub Load(ByVal TextReader)
[C#] public void Load(TextReader);
[C++] public: void Load(TextReader*);
[JScript] public function Load(TextReader);
Loads the XRules document from the specified URL.
[Visual Basic] Public Sub Load(ByVal String)
[C#] public void Load(string);
[C++] public: void Load(String*);
[JScript] public function Load(String);
Loads the XRules document from the specified XmlDocument object.
[Visual Basic] Public Sub Load(ByVal XmlDocument)
[C#] public void Load(XmlDocument);
[C++] public: void Load(XmlDocument*);
[JScript] public function Load(XmlDocument);
Loads the XRules document from the specified XML Reader.
[Visual Basic] Public Sub Load(ByVal XmlReader)
[C#] public void Load(XmlReader);
[C++] public: void Load(XmlReader*);
[JScript] public function Load(XmlReader);
XRulesDocument Class | XRules Namespace