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

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

Protected Properties

Свойство Type Description
m_displayParent ICmObject

Méthodes publiques

Méthode 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. :-) :-(

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

Constructor for the Vector Reference View Constructor Class.

Method Details

DisplayVec() public méthode

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
Résultat void

LexReferenceSequenceVc() public méthode

Constructor for the Vector Reference View Constructor Class.
public LexReferenceSequenceVc ( SIL.FieldWorks.FDO.FdoCache cache, int flid, string displayNameProperty, string displayWs ) : System
cache SIL.FieldWorks.FDO.FdoCache
flid int
displayNameProperty string
displayWs string
Résultat System

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
Résultat ICmObject