C# 클래스 SIL.FieldWorks.IText.ComplexConcPatternVc

상속: SIL.FieldWorks.Common.RootSites.FwBaseVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ComplexConcPatternVc() 공개 메소드

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

CreateFeatureLine() 공개 메소드

public CreateFeatureLine ( ITsString name, ITsString value, bool negated ) : ITsString
name ITsString
value ITsString
negated bool
리턴 ITsString

CreateFeatureLine() 공개 메소드

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

Display() 공개 메소드

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

DisplayVariant() 공개 메소드

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