C# 클래스 SIL.FieldWorks.XWorks.LexEd.LexReferenceTreeBranchesVc

View constructor for creating the view details.
상속: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void

Calling vwenv.AddObjVec() in Display() and implementing DisplayVec() seems to work better than calling vwenv.AddObjVecItems() in Display(). Theoretically this should not be case, but experience trumps theory every time. :-) :-(

LexReferenceTreeBranchesVc ( SIL.FieldWorks.FDO.FdoCache cache, int flid, string displayNameProperty, string displayWs ) : System

Constructor for the Vector Reference View Constructor Class.

메소드 상세

DisplayVec() 공개 메소드

Calling vwenv.AddObjVec() in Display() and implementing DisplayVec() seems to work better than calling vwenv.AddObjVecItems() in Display(). Theoretically this should not be case, but experience trumps theory every time. :-) :-(
public DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void
vwenv IVwEnv
hvo int
tag int
frag int
리턴 void

LexReferenceTreeBranchesVc() 공개 메소드

Constructor for the Vector Reference View Constructor Class.
public LexReferenceTreeBranchesVc ( SIL.FieldWorks.FDO.FdoCache cache, int flid, string displayNameProperty, string displayWs ) : System
cache SIL.FieldWorks.FDO.FdoCache
flid int
displayNameProperty string
displayWs string
리턴 System