C# 클래스 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.
상속: IComparable
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
HvoLabelItem ( int hvoChild, ITsString tssLabel ) : System
ToString ( ) : string

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

HvoLabelItem() 공개 메소드

public HvoLabelItem ( int hvoChild, ITsString tssLabel ) : System
hvoChild int
tssLabel ITsString
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string