DataSorter Class
Complementsto the ObjectRepertory. The DataSorter maintains a collection of keys for each object, allowing you to sort by
multiple keys at the same time. For instance sorting by last name, then by first name, then by birth date.
Methods |
Description |
Add(object, keys[]) |
Adds an item with all sorting keys for that items |
Sort() |
Performs the sort operation |
ToGenoCollection() |
Returns the GenoCollection of all objects in the DataSorter. |
|