C# Class SIL.FieldWorks.IText.OccurrencesOfSelectedUnit

Inheritance: SIL.FieldWorks.IText.InterlinearTextsRecordClerk
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetStatusBarMsgForCurrentObject ( ) : string

Overridden to prevent trying to get a name for the "current object" which we can't do because it is not a true CmObject.

RefreshAfterInvalidObject ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetStatusBarMsgForCurrentObject() protected method

Overridden to prevent trying to get a name for the "current object" which we can't do because it is not a true CmObject.
protected GetStatusBarMsgForCurrentObject ( ) : string
return string

RefreshAfterInvalidObject() protected method

protected RefreshAfterInvalidObject ( ) : void
return void