Click or drag to resize

VGLogEntryComparer Constructor

Creates a new instance of the VGLogEntryComparer class.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGLogEntryComparer(
	VGLogEntryComparerSortColumn column,
	bool ignoreCase,
	ListSortDirection sortDirection
)

Parameters

column
Type: Novalys.VisualGuard.Security.LoggingVGLogEntryComparerSortColumn
the column used to compare.
ignoreCase
Type: SystemBoolean
indicates whether the case should be ignore or not.
sortDirection
Type: System.ComponentModelListSortDirection
Specifies the direction of the sort operation.
See Also