C# Class SIL.FieldWorks.Common.Controls.HvoLabelItem

This class allows, for example, the morph type items to be sorted alphabetically in the listbox by providing the IComparable interface.
Inheritance: IComparable
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
CompareTo ( object obj ) : int
HvoLabelItem ( int hvoChild, ITsString tssLabel ) : System
ToString ( ) : string

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

HvoLabelItem() public method

public HvoLabelItem ( int hvoChild, ITsString tssLabel ) : System
hvoChild int
tssLabel ITsString
return System

ToString() public method

public ToString ( ) : string
return string