View constructor for creating the view details.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
		protected override VectorReferenceVc CreateVectorReferenceVc()
		{
			LexReferenceCollectionVc vc = new LexReferenceCollectionVc(m_fdoCache, m_rootFlid, m_displayNameProperty, m_displayWs);
			if (m_displayParent != null)
				vc.DisplayParent = m_displayParent;
			return vc;
		}
Ejemplo n.º 2
0
        protected override VectorReferenceVc CreateVectorReferenceVc()
        {
            LexReferenceCollectionVc vc = new LexReferenceCollectionVc(m_fdoCache, m_rootFlid, m_displayNameProperty, m_displayWs);

            if (m_displayParent != null)
            {
                vc.DisplayParent = m_displayParent;
            }
            return(vc);
        }