C# 클래스 SIL.FieldWorks.XWorks.LexEd.LexReferenceCollectionVc

View constructor for creating the view details.
상속: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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