[This is preliminary documentation and is subject to change.]
A Rule class to evaluate <OtherId> queries as defined by the OtherIdMapping class.
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| OtherIdRuleOtherIdRuleNew(OtherIdMapping) | ||
| OtherIdRuleOtherIdRuleNew(OtherIdMapping, XmlElement) | ||
| Copy(FieldMapping) | Produces a duplicate of this Rule object
(Overrides Rule.Copy(FieldMapping).) | |
| Evaluate(SifDataObject) | Evaluates this rule against a SifDataObject and returns the text value
of the <OtherId> element that satisfied the query. If
the OtherIdMapping passed to the constructor included a prefix
attribute, the returned value will exclude the prefix string.
(Overrides Rule.Evaluate(SifDataObject).) | |
| ToString()() | Return the string representation of this OtherIdRule as XML text (Overrides Object.ToString()().) | |
| ToXml(XmlElement) | Render this OtherIdRule as an XML DOM XmlElement (Overrides Rule.ToXml(XmlElement).) |