SIFWorks ADK 2.0
Evaluate Method (data)
NamespacesEdustructures.SifWorks.Tools.MappingOtherIdRuleEvaluate(SifDataObject)

[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.
Declaration Syntax
C#Visual BasicVisual C++
public override string Evaluate(
	SifDataObject data
)
Public Overrides Function Evaluate ( _
	data As SifDataObject _
) As String
public:
virtual String^ Evaluate (
	SifDataObject^ data
) override
Parameters
data (SifDataObject)
The SifDataObject the rule is evaluated against
Return Value
The value of the <OtherId> element that satisfied the query (excluding the prefix string if applicable), or null if no match found

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