Creates an instance of the class VGRoleComparer
Namespace:
Novalys.VisualGuard.Security.MembershipAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGRoleComparer( VGRoleComparer..::.SortColumn column, bool ignoreCase, ListSortDirection sortDirection ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ column As VGRoleComparer..::.SortColumn, _ ignoreCase As Boolean, _ sortDirection As ListSortDirection _ ) |
Parameters
- column
- Type: Novalys.VisualGuard.Security.Membership..::.VGRoleComparer..::.SortColumn
The column used for the comparison
- ignoreCase
- Type: System..::.Boolean
Indicates whether the comparison is case sensitive or not
- sortDirection
- Type: System.ComponentModel..::.ListSortDirection
Indicates the direction of the sort.