C# Class SIL.FieldWorks.IText.InfoPane

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

Private Properties

Свойство Type Description
DisplayCurrentRoot void
InfoPane_Load void
Initialize void
InitializeComponent void
InitializeInfoView void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InfoPane() public méthode

public InfoPane ( ) : System
Résultat System

InfoPane() public méthode

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
Résultat System

SetRoot() public méthode

public SetRoot ( int hvo ) : void
hvo int
Résultat void