C# Класс SIL.FieldWorks.IText.InterlinVc.DisplayWordBundleMethod

Implementation of displaying a word bundle as Method Object
Показать файл Открыть проект

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

Метод Описание
DisplayWordBundleMethod ( IVwEnv vwenv1, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence analysisOccurrence, InterlinVc owner ) : System
Run ( bool showMultipleAnalyses ) : void

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

Метод Описание
DisplayMorphemes ( ) : void
DisplayWord ( SIL.FieldWorks.IText.InterlinLineSpec spec, int choiceIndex, IAnalysis wag ) : void
DisplayWordBundleMethod ( IVwEnv vwenv1, int hvoWordBundleAnalysis, InterlinVc owner ) : System
DisplayWordGloss ( SIL.FieldWorks.IText.InterlinLineSpec spec, int choiceIndex ) : void
DisplayWordPOS ( int choiceIndex ) : void
GetRealForm ( int ws, int choiceIndex ) : ITsString

If we are displaying the baseline, and should display a substitute string rather than the requested WS of the wordform, return the substitute string. Otherwise return null.

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

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

public DisplayWordBundleMethod ( IVwEnv vwenv1, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence analysisOccurrence, InterlinVc owner ) : System
vwenv1 IVwEnv
analysisOccurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
owner InterlinVc
Результат System

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

public Run ( bool showMultipleAnalyses ) : void
showMultipleAnalyses bool
Результат void