[This is preliminary documentation and is subject to change.]
The abstract base class for all Mappings rules
| C# | Visual Basic | Visual C++ |
public abstract class Rule
Public MustInherit Class Rule
public ref class Rule abstract
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Copy(FieldMapping) | Produces a duplicate of this Rule object
| |
| Evaluate(SifDataObject) | Evaluates this rule against a SIFDataObject and returns the text value
of the element or attribute that satisfied the query.
| |
| ToXml(XmlElement) | Render this Rule as an DOM XmlElement |