JAMS Developer Guide
PropMultiColumnComparer Class
Members 


MVPSI.JAMS Namespace : PropMultiColumnComparer Class
The PropMultiColumnComparer class is a generic comparer. It takes an array of PropertyDescriptors and compares two of whatever type the descriptors point to. This is used when you have a list of objects and you want to sort on more than one column. For example, if you had a Customer object and you wanted to sort on Customer.SalesRep and then Customer.Name. Use this sort comparer whit an array of PropertyDescriptors similar to: sortProperty[0] = Property descriptor for Customer.SalesRep sortProperty[1] = Property descriptor for Customer.Name
Object Model
PropMultiColumnComparer Class
Syntax
'Declaration
 
Public Class PropMultiColumnComparer 
'Usage
 
Dim instance As PropMultiColumnComparer
public class PropMultiColumnComparer 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.PropMultiColumnComparer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropMultiColumnComparer Members
MVPSI.JAMS Namespace