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

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

Защищенные свойства (Protected)

Свойство Тип Описание
m_displayParent ICmObject

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

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

LexReferenceCollectionVc ( 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

LexReferenceCollectionVc() публичный Метод

Constructor for the Vector Reference View Constructor Class.
public LexReferenceCollectionVc ( SIL.FieldWorks.FDO.FdoCache cache, int flid, string displayNameProperty, string displayWs ) : System
cache SIL.FieldWorks.FDO.FdoCache
flid int
displayNameProperty string
displayWs string
Результат System

Описание свойств

m_displayParent защищенное свойство

protected ICmObject m_displayParent
Результат ICmObject