Creates a new instance of the VGLogEntryComparer class.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGLogEntryComparer(
	VGLogEntryComparer..::..SortColumn column,
	bool ignoreCase,
	ListSortDirection sortDirection
)
Visual Basic
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.

See Also