C# Class SIL.FieldWorks.XWorks.LexEd.LexReferenceCollectionVc

View constructor for creating the view details.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_displayParent ICmObject

Public Methods

Method Description
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.

Method Details

DisplayVec() public method

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
return void

LexReferenceCollectionVc() public method

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
return System

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
return ICmObject