C# Class SIL.FieldWorks.FdoUi.DummyCmObject

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

Méthodes publiques

Méthode 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 méthode

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

DummyCmObject() public méthode

Constructor.
public DummyCmObject ( int hvo, string displayName, int ws ) : System
hvo int
displayName string
ws int
Résultat System

ToString() public méthode

Override to show the object in the list view.
public ToString ( ) : string
Résultat string