C# Класс SIL.FieldWorks.XWorks.LexEd.LexReferenceTreeBranchesVc

View constructor for creating the view details.
Наследование: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Показать файл Открыть проект

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

Метод Описание
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