C# Class SIL.FieldWorks.FDO.FDOTests.InterlinearTestBase.FdoValidator

Inheritance: ParagraphValidator
Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_cache FdoCache
m_para IStTxtPara

Méthodes protégées

Méthode Description
GetActualSegmentForms ( ISegment actualSegment ) : IList

GetExpectedSegmentForms ( object expectedSegment ) : ArrayList

GetExpectedSegments ( XmlNode expectedParaInfo ) : List

GetParagraphContext ( object expectedParaInfo ) : string

Private Methods

Méthode Description
FdoValidator ( IStTxtPara para ) : System
GetTssStringValue ( ParagraphAnnotatorForParagraphBuilder tapb, int iSegment, int iSegForm, int &ws ) : ITsString
ValidateCbaWordToBaselineWord ( ParagraphAnnotatorForParagraphBuilder tapb, int iSegment, int iSegForm ) : void

Verify that the text actually in the paragraph for the indicated segment and form is what is expected.

Method Details

GetActualSegmentForms() protected méthode

protected GetActualSegmentForms ( ISegment actualSegment ) : IList
actualSegment ISegment
Résultat IList

GetExpectedSegmentForms() protected méthode

protected GetExpectedSegmentForms ( object expectedSegment ) : ArrayList
expectedSegment object
Résultat System.Collections.ArrayList

GetExpectedSegments() protected méthode

protected GetExpectedSegments ( XmlNode expectedParaInfo ) : List
expectedParaInfo System.Xml.XmlNode
Résultat List

GetParagraphContext() protected méthode

protected GetParagraphContext ( object expectedParaInfo ) : string
expectedParaInfo object
Résultat string

Property Details

m_cache protected_oe property

protected FdoCache m_cache
Résultat FdoCache

m_para protected_oe property

protected IStTxtPara m_para
Résultat IStTxtPara