C# Class SIL.FieldWorks.FdoUi.DummyCmObject

A light weight object used in the merge dlg to show relevant objects.
Inheritance: IComparable
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
DummyCmObject ( int hvo, string displayName, int ws ) : System

Constructor.

ToString ( ) : string

Override to show the object in the list view.

Method Details

CompareTo() public method

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

DummyCmObject() public method

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

ToString() public method

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