Creates a new instance of the VGLogEntryComparer class.
Namespace:
Novalys.VisualGuard.Security.LoggingAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGLogEntryComparer( VGLogEntryComparer..::.SortColumn column, bool ignoreCase, ListSortDirection sortDirection ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ column As VGLogEntryComparer..::.SortColumn, _ ignoreCase As Boolean, _ sortDirection As ListSortDirection _ ) |
Parameters
- column
- Type: Novalys.VisualGuard.Security.Logging..::.VGLogEntryComparer..::.SortColumn
the column used to compare.
- ignoreCase
- Type: System..::.Boolean
indicates whether the case should be ignore or not.
- sortDirection
- Type: System.ComponentModel..::.ListSortDirection
Specifies the direction of the sort operation.