[This is preliminary documentation and is subject to change.]
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.
| C# | Visual Basic | Visual C++ |
public override string Evaluate( SifDataObject data )
Public Overrides Function Evaluate ( _ data As SifDataObject _ ) As String
public: virtual String^ Evaluate ( SifDataObject^ data ) override
- data (SifDataObject)
- The SifDataObject the rule is evaluated against
The value of the <OtherId> element that
satisfied the query (excluding the prefix string if applicable), or
null if no match found