C# Class Opc.Ua.Client.Controls.BaseListCtrl.BaseListCtrlSorter

A class that allows the list to be sorted.
Inheritance: IComparer
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
BaseListCtrlSorter ( BaseListCtrl control ) : System

Initializes the sorter.

Compare ( object x, object y ) : int

Compares the two items.

Method Details

BaseListCtrlSorter() public method

Initializes the sorter.
public BaseListCtrlSorter ( BaseListCtrl control ) : System
control BaseListCtrl
return System

Compare() public method

Compares the two items.
public Compare ( object x, object y ) : int
x object
y object
return int