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

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

Evaluates this rule against a SIFDataObject and returns the text value of the element or attribute that satisfied the query.
Declaration Syntax
C#Visual BasicVisual C++
public abstract string Evaluate(
	SifDataObject data
)
Public MustOverride Function Evaluate ( _
	data As SifDataObject _
) As String
public:
virtual String^ Evaluate (
	SifDataObject^ data
) abstract
Parameters
data (SifDataObject)
The SIFDataObject the rule is evaluated against
Return Value
The text value of the element or attribute that satisfied the query, or null if no match found

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