C# 클래스 SIL.FieldWorks.FdoUi.DummyCmObject

A light weight object used in the merge dlg to show relevant objects.
상속: IComparable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
DummyCmObject ( int hvo, string displayName, int ws ) : System

Constructor.

ToString ( ) : string

Override to show the object in the list view.

메소드 상세

CompareTo() 공개 메소드

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

DummyCmObject() 공개 메소드

Constructor.
public DummyCmObject ( int hvo, string displayName, int ws ) : System
hvo int
displayName string
ws int
리턴 System

ToString() 공개 메소드

Override to show the object in the list view.
public ToString ( ) : string
리턴 string