SIFWorks ADK 2.0
OtherIdRule Class
NamespacesEdustructures.SifWorks.Tools.MappingOtherIdRule

[This is preliminary documentation and is subject to change.]

A Rule class to evaluate <OtherId> queries as defined by the OtherIdMapping class.
Declaration Syntax
C#Visual BasicVisual C++
public class OtherIdRule : Rule
Public Class OtherIdRule _
	Inherits Rule
public ref class OtherIdRule : public Rule
Members
All MembersConstructorsMethods



IconMemberDescription
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).)
Inheritance Hierarchy
Object
Rule
 OtherIdRule

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10