C# Класс SIL.FieldWorks.IText.TestTaggingChild

So that tagging tests can see protected methods in IText.InterlinTaggingChild
Наследование: SIL.FieldWorks.IText.InterlinTaggingChild
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic

Защищенные методы

Метод Описание
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).

Приватные методы

Метод Описание
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()

Описание методов

CacheNullTagString() защищенный Метод

The test version doesn't want anything to do with views (which the superclass version does).
protected CacheNullTagString ( ITextTag ttag ) : void
ttag ITextTag
Результат void

CacheTagString() защищенный Метод

The test version doesn't want anything to do with views (which the superclass version does).
protected CacheTagString ( ITextTag ttag ) : void
ttag ITextTag
Результат void

TestTaggingChild() публичный Метод

public TestTaggingChild ( SIL.FieldWorks.FDO.FdoCache cache ) : System.Collections.Generic
cache SIL.FieldWorks.FDO.FdoCache
Результат System.Collections.Generic