C# Class SIL.FieldWorks.IText.ComplexConcPatternVc

Inheritance: SIL.FieldWorks.Common.RootSites.FwBaseVc
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ComplexConcPatternVc ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : System.Collections.Generic
CreateFeatureLine ( ITsString name, ITsString value, bool negated ) : ITsString
CreateFeatureLine ( string name, ITsString value, bool negated ) : ITsString
Display ( IVwEnv vwenv, int hvo, int frag ) : void
DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString

Private Methods

Method Description
CreateFeatureLine ( string name, string value, int ws ) : ITsString
DisplayFeatures ( IVwEnv vwenv, ComplexConcPatternNode node ) : void
DisplayInflFeatureLines ( IVwEnv vwenv, object>.IDictionary inflFeatures, bool openPara ) : void
DisplayInflFeatures ( IVwEnv vwenv, object>.IDictionary inflFeatures ) : void
DisplayMinMax ( int numLines, IVwEnv vwenv ) : void
GetMaxNumLines ( IVwEnv vwenv ) : int
GetNumLines ( ComplexConcPatternNode node ) : int
GetNumLines ( object>.IDictionary inflFeatures ) : int

Method Details

ComplexConcPatternVc() public method

public ComplexConcPatternVc ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : System.Collections.Generic
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
return System.Collections.Generic

CreateFeatureLine() public method

public CreateFeatureLine ( ITsString name, ITsString value, bool negated ) : ITsString
name ITsString
value ITsString
negated bool
return ITsString

CreateFeatureLine() public method

public CreateFeatureLine ( string name, ITsString value, bool negated ) : ITsString
name string
value ITsString
negated bool
return ITsString

Display() public method

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

DisplayVariant() public method

public DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString
vwenv IVwEnv
tag int
frag int
return ITsString