C# Class SIL.FieldWorks.XWorks.RecordBarListHandler

Summary description for RecordBarListHandler.
Inheritance: RecordBarHandler
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_hvoToListViewItemTable ListViewItem>.Dictionary

Public Methods

Method 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

Protected Methods

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

Method Details

AddListViewItem() protected method

protected AddListViewItem ( ICmObject obj, ListView list ) : System.Windows.Forms.ListViewItem
obj ICmObject
list System.Windows.Forms.ListView
return System.Windows.Forms.ListViewItem

AddListViewItems() protected method

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

PopulateRecordBar() public method

public PopulateRecordBar ( SIL.FieldWorks.XWorks.RecordList recList ) : void
recList SIL.FieldWorks.XWorks.RecordList
return void

RecordBarListHandler() public method

public RecordBarListHandler ( ) : System
return System

ReleaseRecordBar() public method

This implementation has nothing to do.
public ReleaseRecordBar ( ) : void
return void

ReloadItem() public method

public ReloadItem ( ICmObject currentObject ) : void
currentObject ICmObject
return void

UpdateSelection() public method

public UpdateSelection ( ICmObject currentObject ) : void
currentObject ICmObject
return void

Property Details

m_hvoToListViewItemTable protected_oe property

protected Dictionary m_hvoToListViewItemTable
return ListViewItem>.Dictionary