[Gregor.Core.Collections.CReflectingGrouper]

Gregor.Core.Collections.CReflectingGrouper

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CReflectingGrouper

: Gregor.Core.Collections.CGrouperBase, System.Collections.IComparer

Custom Attributes: 

Description: 


Members

CReflectingGrouper

public CReflectingGrouper(params System.String[] keyProps)

Custom Attributes: 
keyProps - System.ParamArray()

Description: 

CReflectingGrouper

public CReflectingGrouper(System.Int32 groupLevel, params System.String[] keyProps)

Custom Attributes: 
keyProps - System.ParamArray()

Description: 

GetGroupRule

public Gregor.Core.Collections.CGroupRule GetGroupRule(System.String sPropName)

Custom Attributes: 

Description: 

GetValue

protected override System.Object GetValue(System.Object o, System.String sPropName)

Custom Attributes: 

Description: 

Group

public Gregor.Core.Collections.CGroupNode Group(System.Collections.ICollection col)

Custom Attributes: 

Description: 

Group

public Gregor.Core.Collections.CGroupNode Group(System.Collections.IList list)

Custom Attributes: 

Description: 

SetGroupRule

public void SetGroupRule(System.String sPropName, Gregor.Core.Collections.CGroupRule rule)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CGrouperBase

Gregor.Core.Collections.CGroupNode

Gregor.Core.Collections.CGroupRule

System.Object

System.String

System.Collections.ICollection

System.Collections.IComparer

System.Collections.IList

System.Int32

System.Void