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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

HvoLabelItem() public méthode

public HvoLabelItem ( int hvoChild, ITsString tssLabel ) : System
hvoChild int
tssLabel ITsString
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string