C# Class SIL.FieldWorks.XWorks.RecordBarListHandler

Summary description for RecordBarListHandler.
Inheritance: RecordBarHandler
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_hvoToListViewItemTable ListViewItem>.Dictionary

Méthodes publiques

Méthode Description
PopulateRecordBar ( SIL.FieldWorks.XWorks.RecordList recList ) : void
RecordBarListHandler ( ) : System
ReleaseRecordBar ( ) : void

This implementation has nothing to do.

ReloadItem ( ICmObject currentObject ) : void
UpdateSelection ( ICmObject currentObject ) : void

Méthodes protégées

Méthode Description
AddListViewItem ( ICmObject obj, ListView list ) : System.Windows.Forms.ListViewItem
AddListViewItems ( ArrayList sortedObjects, ListView list ) : void

Method Details

AddListViewItem() protected méthode

protected AddListViewItem ( ICmObject obj, ListView list ) : System.Windows.Forms.ListViewItem
obj ICmObject
list System.Windows.Forms.ListView
Résultat System.Windows.Forms.ListViewItem

AddListViewItems() protected méthode

protected AddListViewItems ( ArrayList sortedObjects, ListView list ) : void
sortedObjects System.Collections.ArrayList
list System.Windows.Forms.ListView
Résultat void

PopulateRecordBar() public méthode

public PopulateRecordBar ( SIL.FieldWorks.XWorks.RecordList recList ) : void
recList SIL.FieldWorks.XWorks.RecordList
Résultat void

RecordBarListHandler() public méthode

public RecordBarListHandler ( ) : System
Résultat System

ReleaseRecordBar() public méthode

This implementation has nothing to do.
public ReleaseRecordBar ( ) : void
Résultat void

ReloadItem() public méthode

public ReloadItem ( ICmObject currentObject ) : void
currentObject ICmObject
Résultat void

UpdateSelection() public méthode

public UpdateSelection ( ICmObject currentObject ) : void
currentObject ICmObject
Résultat void

Property Details

m_hvoToListViewItemTable protected_oe property

protected Dictionary m_hvoToListViewItemTable
Résultat ListViewItem>.Dictionary