C# Class SIL.FieldWorks.IText.InfoPane

Summary description for InfoPane.
Inheritance: System.Windows.Forms.UserControl, IFWDisposable, IInterlinearTabControl
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
DisplayCurrentRoot void
InfoPane_Load void
Initialize void
InitializeComponent void
InitializeInfoView void

Public Methods

Method Description
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

InfoPane ( ) : System
InfoPane ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, RecordClerk clerk ) : System
SetRoot ( int hvo ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DisplayCurrentRoot ( ) : void
InfoPane_Load ( object sender, EventArgs e ) : void
Initialize ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, RecordClerk clerk ) : void

Initialize the pane with a Mediator and a RecordClerk.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeInfoView ( RecordClerk clerk ) : void

Method Details

CheckDisposed() public method

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InfoPane() public method

public InfoPane ( ) : System
return System

InfoPane() public method

public InfoPane ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, RecordClerk clerk ) : System
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
clerk SIL.FieldWorks.XWorks.RecordClerk
return System

SetRoot() public method

public SetRoot ( int hvo ) : void
hvo int
return void