[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.
| C# | Visual Basic | Visual 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 )
- 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.
The results of the dynamic compare presented as a table (that may be converted to HTML).