[]
Loads the Rules definition from an XML file.
public bool LoadRules(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
Type | Description |
---|---|
bool |
public bool LoadRules(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Type | Description |
---|---|
bool |
public virtual bool LoadRules(XmlReader reader)
Type | Name | Description |
---|---|---|
XmlReader | reader |
Type | Description |
---|---|
bool |