C# Class SIL.FieldWorks.IText.TestTaggingChild

So that tagging tests can see protected methods in IText.InterlinTaggingChild
Inheritance: SIL.FieldWorks.IText.InterlinTaggingChild
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic

Protected Methods

Method Description
CacheNullTagString ( ITextTag ttag ) : void

The test version doesn't want anything to do with views (which the superclass version does).

CacheTagString ( ITextTag ttag ) : void

The test version doesn't want anything to do with views (which the superclass version does).

Private Methods

Method Description
CallDeleteTextTags ( Set tagsToDelete ) : void
CallMakeContextMenuForTags ( ContextMenuStrip menu, ICmPossibilityList list ) : void
CallMakeTextTagInstance ( ICmPossibility tagPoss ) : ITextTag
SetText ( IStText txt ) : void

The 'real' TaggingChild sets this in MakeVc()

Method Details

CacheNullTagString() protected method

The test version doesn't want anything to do with views (which the superclass version does).
protected CacheNullTagString ( ITextTag ttag ) : void
ttag ITextTag
return void

CacheTagString() protected method

The test version doesn't want anything to do with views (which the superclass version does).
protected CacheTagString ( ITextTag ttag ) : void
ttag ITextTag
return void

TestTaggingChild() public method

public TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic
cache SIL.FieldWorks.FDO.FdoCache
return System.Collections.Generic