DVTk API
CompareAttributeSets Method (tableDescription, attributeSets, attributeSetDescriptions, validationRuleLists)
DVTkDvtkHighLevelInterface.Common.OtherDynamicCompareCompareAttributeSets(String, ArrayList, StringCollection, ArrayList)
DVTk API

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

Do a dynamic compare for the attribute sets supplied. Note that the parameters attributeSets, attributeSetDescriptions and each validationRuleList instance in the parameter validationRuleLists must have the same size and have a size at least 2.
Declaration Syntax
C#Visual BasicVisual C++
public CompareResults CompareAttributeSets(
	string tableDescription,
	ArrayList attributeSets,
	StringCollection attributeSetDescriptions,
	ArrayList validationRuleLists
)
Public Function CompareAttributeSets ( _
	tableDescription As String, _
	attributeSets As ArrayList, _
	attributeSetDescriptions As StringCollection, _
	validationRuleLists As ArrayList _
) As CompareResults
public:
CompareResults^ CompareAttributeSets(
	String^ tableDescription, 
	ArrayList^ attributeSets, 
	StringCollection^ attributeSetDescriptions, 
	ArrayList^ validationRuleLists
)
Parameters
tableDescription (String)
Description of the table.
attributeSets (ArrayList)
The attribute sets to compare with each other.
attributeSetDescriptions (StringCollection)
The descriptions of the attribute sets.
validationRuleLists (ArrayList)
Specifies which attributes with what tags should be compared with each other. Also specifies how the attributes should be compared with each other.
Return Value
The results of the dynamic compare presented as a table (that may be converted to HTML).

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0