[This is preliminary documentation and is subject to change.]
This class contains the shared functionality for doing a static and dynamic compare of
multiple datasets.
| C# | Visual Basic | Visual C++ |
public class CompareBase
Public Class CompareBase
public ref class CompareBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| CompareBase()()() |
Default constructor.
| |
| AddAttributeSetsInformationUsingDynamicCompare(ArrayList, ArrayList) | ||
| AddAttributeSetsInformationUsingStaticCompare(ArrayList, ArrayList, ArrayList, ArrayList) |
Add rows to the tables in which the results are displayed for comparing attribute sets
using static compare.
| |
| AddEmptyRowAfterEachDynamicComparedList | ||
| compareResults |
The field used to store the table that is the result of comparing.
| |
| CreateCompareResults(Int32, Int32, String, StringCollection) |
TODO!!!
| |
| DetermineColumnIndices(Int32) |
TODO!!!
| |
| differenceFound |
Indicates if a difference has been found that has not been added to the difference total.
| |
| displayAttributeName | ||
| displayAttributePresent | ||
| displayAttributeTag | ||
| displayAttributeValues | ||
| displayAttributeVR | ||
| DisplayAttributeVR | ||
| displayCommonName | ||
| displayCommonTag | ||
| displayCommonVR | ||
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NAME_STRING | ||
| PRESENT_STRING | ||
| TAG_STRING | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| VALUES_STRING | ||
| VR_STRING |
| Object | ||
| CompareBase | ||
| DynamicCompare | ||
| StaticCompare | ||