C# Class SIL.FieldWorks.IText.TestTaggingChild

So that tagging tests can see protected methods in IText.InterlinTaggingChild
Inheritance: SIL.FieldWorks.IText.InterlinTaggingChild
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic

Méthodes protégées

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

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

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

CacheTagString() protected méthode

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

TestTaggingChild() public méthode

public TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic
cache SIL.FieldWorks.FDO.FdoCache
Résultat System.Collections.Generic